diff options
Diffstat (limited to 'static/website/templates/prohibited.html')
-rw-r--r-- | static/website/templates/prohibited.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/static/website/templates/prohibited.html b/static/website/templates/prohibited.html new file mode 100644 index 0000000..f86a440 --- /dev/null +++ b/static/website/templates/prohibited.html @@ -0,0 +1,9 @@ +{% extends 'website/templates/base.html' %} + +{% block current %} +Not Enough rights +{% endblock %} + +{% block content %} +<h3 class="garmond">Access Restricted ! You do not have enough rights to access this page.</h3> +{% endblock %} |