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

Withdrawing Proposal

+ +
+ {% if withdrawn %} +

Your proposal was successfully withdrawn.

+ {% else %} +

There was an error and your proposal could not be withdrawn.

+ {% endif %} +
+ +

+ Reviews (5) + Last reviewed: Nov 11, 2006 + Last submitted: Nov 11, 2006 +

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