diff --git a/members/templates/error.html b/members/templates/error.html new file mode 100644 index 0000000..3d09501 --- /dev/null +++ b/members/templates/error.html @@ -0,0 +1,18 @@ +{% extends "members:base.html" %} + +{% load static %} +{% load i18n %} +{% block content %} +
+
+

{% trans "Error" %}

+
+ +
+ {{ error|safe }} +
+
+ +
+
+{% endblock content %}