diff --git a/conntrackt/templates/403.html b/conntrackt/templates/403.html new file mode 100644 --- /dev/null +++ b/conntrackt/templates/403.html @@ -0,0 +1,8 @@ +{% extends "conntrackt/template.html" %} + +{% block content %} +

Access denied

+ +
You have insufficient privileges to access this resource. Please contact your local system administrator if you believe you should have been granted access.
+ +{% endblock content %}