diff --git a/templates/access_denied.html b/templates/access_denied.html new file mode 100644 index 0000000..de9b6a3 --- /dev/null +++ b/templates/access_denied.html @@ -0,0 +1,19 @@ +{% extends "base.html" %} + +{% block content %} + +
Sorry, you do not have permission to access this page.
Please contact your system administrator if you believe this is an error.