diff -r 3e6916eb3d2c -r 294ff7ac9cb6 app/templates/projrev/error.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/app/templates/projrev/error.html Thu Aug 06 20:20:36 2009 +0530 @@ -0,0 +1,27 @@ +{% extends "projrev/base.html" %} +{% block content %} +
+ + +

Access Error

+ +
+ {% if not_staff %} +
+

You are not a reviewer to access this page.

+
+ {% endif %} + {% if not_proposer %} +
+

You are a reviewer to and cannot submit a proposal.

+
+ {% endif %} + {% if not_authenticated %} +
+

You are not logged in.

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