view templates/500.html @ 171:a57d15b044a7

Add help_text to name field for bundles Explains that the name field is meant to hold a slug, etc.
author dellsystem <ilostwaldo@gmail.com>
date Sat, 20 Oct 2012 00:29:49 -0400
parents eb3371142f4f
children e40d79359d07
line wrap: on
line source

{% extends "base.djhtml" %}
{% block title %}
Server error
{% endblock %}

{% block boxtitle %}
Oops...
{% endblock %}

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