app/soc/templates/soc/student_proposal/review.html
changeset 1739 19f1bb7ae615
parent 1715 3ec1a9518452
child 1779 cdd11aa8dbc7
--- a/app/soc/templates/soc/student_proposal/review.html	Sun Mar 08 12:27:42 2009 +0000
+++ b/app/soc/templates/soc/student_proposal/review.html	Sun Mar 08 13:10:38 2009 +0000
@@ -12,8 +12,8 @@
 See the License for the specific language governing permissions and
 limitations under the License.
 {% endcomment %}
+{% load comments_helpers %}
 {% load forms_helpers %}
-{% load comments_helpers %}
 
 {% block header_title %}
 {{ page_name }} "{{ entity.title }}" from {{ student_name }} (Score: {{ entity.score }})
@@ -32,17 +32,17 @@
   {% readonly_field_as_table_row "Last Modified on" entity.last_modified_on %}
  </table>
 </p>
-<hr>
+<hr/>
 <b>Public Reviews</b>
 {% for review in public_reviews %}
   {% as_review review %}
 {% endfor %}
-<hr>
+<hr/>
 <b>Private Reviews</b>
 {% for review in private_reviews %}
   {% as_review review %}
 {% endfor %}
-<hr>
+<hr/>
 
 <form method="POST">
   <table>