From 0ae1901b2367c663173206bd4cdd9da80a43d237 Mon Sep 17 00:00:00 2001 From: Sanjay B Date: Wed, 4 Sep 2013 15:13:01 +0530 Subject: [PATCH] fix unclosed div on productions --- .../modules/itfprofiles/production.html | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/itf/templates/modules/itfprofiles/production.html b/itf/templates/modules/itfprofiles/production.html index 14b481c..5e13299 100644 --- a/itf/templates/modules/itfprofiles/production.html +++ b/itf/templates/modules/itfprofiles/production.html @@ -163,21 +163,22 @@ $(function() {

Your comments

-
- {% get_comment_form for obj as form %} -
- {% csrf_token %} - - {{ form.as_p }} -

- -

+
+ {% get_comment_form for obj as form %} + + {% csrf_token %} + + {{ form.as_p }} +

+ +

- - - + + + +
{% else %}
@@ -193,6 +194,5 @@ $(function() { -
Edit