diff options
-rw-r--r-- | gentoo_ads/ads/templates/500.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gentoo_ads/ads/templates/500.html b/gentoo_ads/ads/templates/500.html new file mode 100644 index 0000000..bc984c1 --- /dev/null +++ b/gentoo_ads/ads/templates/500.html @@ -0,0 +1,11 @@ +{% load i18n %} + +{% block breadcrumbs %}<div class="breadcrumbs"><a href="/">{% trans "Home" %}</a> › {% trans "Server error" %}</div>{% endblock %} + +{% block title %}{% trans 'Server error (500)' %}{% endblock %} + +{% block content %} +<h1>{% trans 'Server Error <em>(500)</em>' %}</h1> +<p>{% trans "There's been an error. It's been reported to the site administrators via e-mail and should be fixed shortly. Thanks for your patience." %}</p> + +{% endblock %} |