equal
deleted
inserted
replaced
|
1 {% extends "projrev/base.html" %} |
|
2 {% block content %} |
|
3 <div class="post"> |
|
4 |
|
5 <a name="TemplateInfo"></a> |
|
6 <h1>Withdrawing Proposal</h1> |
|
7 |
|
8 <form enctype="multipart/form-data" method="post" action=""> |
|
9 {% if withdrawn %} |
|
10 <p>Your proposal was successfully withdrawn.</p> |
|
11 {% else %} |
|
12 <p>There was an error and your proposal could not be withdrawn.</p> |
|
13 {% endif %} |
|
14 </form> |
|
15 |
|
16 <p class="post-footer align-right"> |
|
17 <span class="comments">Reviews (5)</span> |
|
18 <span class="date">Last reviewed: Nov 11, 2006</span> |
|
19 <span class="date">Last submitted: Nov 11, 2006</span> |
|
20 </p> |
|
21 |
|
22 </div> |
|
23 {% endblock content %} |