X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=templates%2Finfluences%2Finfluence_detail_block.html;h=0037d092ebd54337df72c55d975ca57b49809318;hb=b582ec094af334aa50ad25fb3c7214ad2ab1ff71;hp=21d3755d08d4bb57c5574c3ead730a36d387bdaf;hpb=d34130eb5c03bda97815b44d8ea72a60d2673202;p=matthijs%2Fprojects%2Fxerxes.git diff --git a/templates/influences/influence_detail_block.html b/templates/influences/influence_detail_block.html index 21d3755..0037d09 100644 --- a/templates/influences/influence_detail_block.html +++ b/templates/influences/influence_detail_block.html @@ -10,57 +10,6 @@ {% endif %}

{{ object.description }}

-

{% trans "Comments" %}

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

{% trans "Cancel reply" %}

-
    - - {{ comment.get_reply_form.as_table }} -
    - -
-
-
-
- {% endfor %} -{% else %} - {% trans "No comments were added yet" %} -{% endif %} - - -
- -

{% trans "Add comment" %}

-
-

Cancel comment

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

+{% include "influences/influence_comments_block.html" %}