X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=templates%2Finfluences%2Finfluence_detail_block.html;h=692d0b09ea9f81bb0b4425f4b6745480a8d3ab3d;hb=f607c7e7d713bc79c40523e0ed061c0ee1c3b3bb;hp=e9e33d0aa7376378fb39dd05975e5c474d35d6e8;hpb=42ed2cea6e05d9980188dddbe3cbaf5a178540fc;p=matthijs%2Fprojects%2Fxerxes.git diff --git a/templates/influences/influence_detail_block.html b/templates/influences/influence_detail_block.html index e9e33d0..692d0b0 100644 --- a/templates/influences/influence_detail_block.html +++ b/templates/influences/influence_detail_block.html @@ -10,55 +10,20 @@ {% endif %}

{{ object.description }}

-

{% trans "Comments" %}

-{% if comments %} - {% for comment in comments %} -
- {{ comment.user }} said:
- {% auto_transform_markup comment %} - -
- -
-

Cancel reply

-
    - - {{ comment.get_reply_form.as_table }} -
    - -
-
-
-
- {% endfor %} -{% else %} - {% trans "No comments were added yet" %} -{% endif %} +{% include "influences/influence_comments_block.html" %}
- -

{% trans "Add comment" %}

-
+ +

{% trans "Add comment" %}

+

Cancel comment

-
    - - {{ comment_form.as_table }} -
    - - {# #} -
+ + {{ comment_form.as_table }} +
+
+ {# #}