diff --git a/kursy/templates/403.html b/kursy/templates/403.html new file mode 100644 index 0000000..1237037 --- /dev/null +++ b/kursy/templates/403.html @@ -0,0 +1,14 @@ +{% extends "base.html" %} +{% load i18n %} + +{% block title %}Page not found{% endblock %} + +{% block body_class %}template-403{% endblock %} + +{% block content %} +
+

{% trans "Forbidden" %}

+ +

{% trans "Sorry, you don't have permission to access this page." %}

+
+{% endblock %}