equal
deleted
inserted
replaced
|
1 {% extends "projrev/base.html" %} |
|
2 {% block content %} |
|
3 <div class="post"> |
|
4 |
|
5 <a name="TemplateInfo"></a> |
|
6 <h1>Submit your proposal</h1> |
|
7 |
|
8 <p>Fill up the form below, and upload your proposal file by clicking on Browse.</p> |
|
9 |
|
10 <form enctype="multipart/form-data" method="post" action=""> |
|
11 <p> |
|
12 {{ form.as_p }} |
|
13 <br /> |
|
14 <input class="button" type="submit" value="Submit Proposal" /> |
|
15 </p> |
|
16 </form> |
|
17 |
|
18 <p class="post-footer align-right"> |
|
19 <span class="comments">Reviews (5)</span> |
|
20 <span class="date">Last reviewed: Nov 11, 2006</span> |
|
21 <span class="date">Last submitted: Nov 11, 2006</span> |
|
22 </p> |
|
23 |
|
24 </div> |
|
25 {% endblock content %} |