diff --git a/templates/403.html b/templates/403.html new file mode 100644 index 0000000..b3ade47 --- /dev/null +++ b/templates/403.html @@ -0,0 +1,17 @@ +{% extends "base_site.html" %} +{% load i18n %} + +{% block title %}403 - {{ block.super }}{% endblock %} + +{% block content %} +
+
+
+
+

{% trans "Access Denied" %}

+

{% trans "You are not authorized to view this page." %}

+
+
+
+
+{% endblock %}