pytask/templates/task/view.html
changeset 118 f88135529c74
parent 112 4cc40503bf3c
child 127 32457bce3437
--- a/pytask/templates/task/view.html	Sun Jan 09 11:15:21 2011 +0530
+++ b/pytask/templates/task/view.html	Sun Jan 09 11:25:08 2011 +0530
@@ -106,8 +106,8 @@
         <a href="/task/report/tid={{task.uniq_key}}">Submit Work</a>
     {% endif %}
     
+        <hr />
     {% if comments %}
-        <hr />
         comments:<br /><br />
         {% for comment in comments %}
             <a href="/user/view/uid={{comment.commented_by.uniq_key}}">{{ comment.commented_by.username }}</a>