Updated redirects.
[~kgodey/maayanwich.git] / templates / nopermission.html
diff --git a/templates/nopermission.html b/templates/nopermission.html
new file mode 100644 (file)
index 0000000..4305b4a
--- /dev/null
@@ -0,0 +1,7 @@
+{% block title %}ERROR!{% endblock %}
+
+{% extends "base.html" %}
+
+{% block content %}
+       <h1 class="pagetitle">You do not have permission to perform this action!</h1>
+{% endblock %}
\ No newline at end of file