diff --git a/templates/admin/500.html b/templates/admin/500.html new file mode 100644 index 0000000..9fbe716 --- /dev/null +++ b/templates/admin/500.html @@ -0,0 +1,18 @@ +{% extends "admin/base_site.html" %} +{% load i18n %} +{% load url from future %} + +{% block breadcrumbs %} +
+{% endblock %} + +{% block title %}{% trans 'Server error (500)' %}{% endblock %} + +{% block content %} +{% 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." %}
+ +{% endblock %}