Some style fixes for the student proposal review template.
authorLennard de Rijk <ljvderijk@gmail.com>
Sun, 08 Mar 2009 13:10:38 +0000
changeset 1739 19f1bb7ae615
parent 1738 452f16ebe8d2
child 1740 fbc2ad561c4b
Some style fixes for the student proposal review template. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
app/soc/templates/soc/student_proposal/review.html
--- 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>