--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/app/templates/projrev/proposal/submit.html Tue Aug 04 02:21:15 2009 -0400
@@ -0,0 +1,25 @@
+{% extends "projrev/base.html" %}
+{% block content %}
+<div class="post">
+
+ <a name="TemplateInfo"></a>
+ <h1>Submit your proposal</h1>
+
+ <p>Fill up the form below, and upload your proposal file by clicking on Browse.</p>
+
+ <form enctype="multipart/form-data" method="post" action="">
+ <p>
+ {{ form.as_p }}
+ <br />
+ <input class="button" type="submit" value="Submit Proposal" />
+ </p>
+ </form>
+
+ <p class="post-footer align-right">
+ <span class="comments">Reviews (5)</span>
+ <span class="date">Last reviewed: Nov 11, 2006</span>
+ <span class="date">Last submitted: Nov 11, 2006</span>
+ </p>
+
+</div>
+{% endblock content %}
\ No newline at end of file