comparison 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
comparison
equal deleted inserted replaced
195:baf8776dc44d 196:134f726fd62c
79 <br /> 79 <br />
80 80
81 {% include "snippet/snippet_box.djhtml" with lines=snippet.content_splitted %} 81 {% include "snippet/snippet_box.djhtml" with lines=snippet.content_splitted %}
82 82
83 <br /> 83 <br />
84 <h2> Comments for this snippet: </h2> 84 <h2> Comments for this snippet: </h2>{% with snippet as object %}{% include "comments/rawcomment.html" %}{% endwith %}.
85
86 {% with snippet as object %}{% include "comments/rawcomment.html" %}{% endwith %}.
87 85
88 <h2 id="revise">{% trans "Revise this snippet" %}</h2> 86 <h2 id="revise">{% trans "Revise this snippet" %}</h2>
89 87
90 {% include "snippet/snippet_form.djhtml" %} 88 {% include "snippet/snippet_form.djhtml" %}
91 </div><div id="sidebar"> 89 </div><div id="sidebar">
174 {% block script_footer %} 172 {% block script_footer %}
175 <script type="text/javascript"> 173 <script type="text/javascript">
176 {%include "snippet/snippet_details.js" %} 174 {%include "snippet/snippet_details.js" %}
177 </script> 175 </script>
178 {% endblock script_footer %} 176 {% endblock script_footer %}
179