From 8fcdf0c2cde1c3cff98be4572a0e9e3a1d910901 Mon Sep 17 00:00:00 2001 From: eliott Date: Sat, 29 Dec 2007 18:42:50 -0800 Subject: Moved some templates around --- templates/public/denied.html | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 templates/public/denied.html (limited to 'templates/public/denied.html') diff --git a/templates/public/denied.html b/templates/public/denied.html deleted file mode 100644 index c59c0f7..0000000 --- a/templates/public/denied.html +++ /dev/null @@ -1,11 +0,0 @@ -{% extends "base.html" %} - -{% block content %} -
-

- Sorry, you don't have sufficient privileges to perform this function. -

-
-

-{% endblock %} - -- cgit v1.2.3-24-g4f1b