diff templates/snippet/snippet_details.djhtml @ 196:134f726fd62c

Removed extrawhitespaces and moved comments template files to templates folder
author Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
date Thu, 04 Jul 2013 15:45:50 +0500
parents baf8776dc44d
children c2a1c8950db2
line wrap: on
line diff
--- a/templates/snippet/snippet_details.djhtml	Tue Jul 02 02:09:21 2013 +0500
+++ b/templates/snippet/snippet_details.djhtml	Thu Jul 04 15:45:50 2013 +0500
@@ -81,9 +81,7 @@
     {% include "snippet/snippet_box.djhtml" with lines=snippet.content_splitted %}
 
     <br />
-    <h2> Comments for this snippet: </h2>
-    
-{% with snippet as object %}{% include "comments/rawcomment.html" %}{% endwith %}.
+    <h2> Comments for this snippet: </h2>{% with snippet as object %}{% include "comments/rawcomment.html" %}{% endwith %}.
 
     <h2 id="revise">{% trans "Revise this snippet" %}</h2>
 
@@ -175,5 +173,4 @@
 <script type="text/javascript">
 {%include "snippet/snippet_details.js" %}
 </script>
-{% endblock script_footer %}
-   
\ No newline at end of file
+{% endblock script_footer %}
\ No newline at end of file