diff --git a/pinaxcon/templates/500.html b/pinaxcon/templates/500.html new file mode 100644 index 00000000..fe6e2690 --- /dev/null +++ b/pinaxcon/templates/500.html @@ -0,0 +1,12 @@ +{% extends "site_base.html" %} + +{% load i18n %} + +{% block head_title %}{% trans "Server Error" %}{% endblock %} + +{% block content %} +
+

{% trans "Something went wrong" %}

+

{% trans "We're sorry but a server error has occurred. We've been notified and will look into it as soon as possible." %}

+
+{% endblock %}