X-Git-Url: http://git.ithinksw.org/~kgodey/maayanwich.git/blobdiff_plain/e2869e2dfb4fdb7f01f27a03211bec2b198e4a4a..606c841e4c0c6d01a8aa1110dee4145855f3324f:/templates/nopermission.html diff --git a/templates/nopermission.html b/templates/nopermission.html new file mode 100644 index 0000000..4305b4a --- /dev/null +++ b/templates/nopermission.html @@ -0,0 +1,7 @@ +{% block title %}ERROR!{% endblock %} + +{% extends "base.html" %} + +{% block content %} +

You do not have permission to perform this action!

+{% endblock %} \ No newline at end of file