diff --git a/pinaxcon/templates/symposion/reviews/access_not_permitted.html b/pinaxcon/templates/symposion/reviews/access_not_permitted.html new file mode 100644 index 0000000000000000000000000000000000000000..0d0d0e53b7455cc566b28008817cece3d93d37aa --- /dev/null +++ b/pinaxcon/templates/symposion/reviews/access_not_permitted.html @@ -0,0 +1,10 @@ +{% extends "symposion/reviews/base.html" %} + +{% block body %} +

Access Not Permitted

+ +

+ Sorry, you do not have permission to access this page. If you + believe this is a bug, please contact us immediately. +

+{% endblock %}