X-Git-Url: https://git.sommitrealweird.co.uk/sommitrealweird.git/blobdiff_plain/46647a368631f22e961dfe2fdf9bcc0b64b2d281..4ad54bc9a9429a2c5c288192c663f75ae1e7aad9:/sommitrealweird/blog/templates/blog/single_entry_rst.html diff --git a/sommitrealweird/blog/templates/blog/single_entry_rst.html b/sommitrealweird/blog/templates/blog/single_entry_rst.html index 5dd4258..695df77 100644 --- a/sommitrealweird/blog/templates/blog/single_entry_rst.html +++ b/sommitrealweird/blog/templates/blog/single_entry_rst.html @@ -1,7 +1,6 @@ {% extends "base.html" %} {% load xhtml11rst %} -{% load comments %} {%block title %}{{ entry.title }}{% endblock %} @@ -25,22 +24,6 @@ {% endif %} {% endfor %} {% endif %} - {% get_comment_count for entry as comment_count %} - | permalink | Comments: {{ comment_count }} + | permalink

-{% if comment_count %} -
- - {% get_comment_list for entry as comment_list %} - {% for comment in comment_list %} -
-

{{ comment.user_name }} - {{ comment.submit_date|date:"Y-m-d H:i" }}

- {{ comment.comment }} -
- {% endfor %} -
-{% endif %} -
- {% render_comment_form for entry %} -
{% endblock %}