view templates/500.html @ 187:4752861906b3

Added help_text to bundle description field Explains that a DESCRIPTION file can be used instead (if it exists)
author dellsystem <ilostwaldo@gmail.com>
date Sat, 27 Oct 2012 16:26:11 -0400
parents e40d79359d07
children
line wrap: on
line source

{% extends "base.djhtml" %}

{% block title %}
Server error
{% endblock %}

{% block content %}
<h2>Oops ...</h2>
<p>
  The server encountered an internal error. If the problem persists,
  please let us know.
</p>
{% endblock %}