X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=templates%2Finfluences%2Finfluence_detail_block.html;h=d60ac14c1a4a80eaac2c0393eded37dfa213134b;hb=addbdf44aacf8627ae0effffe34a633ef91bb769;hp=7dc3cf02ce25b859fe5a385ce338d958b7ff014b;hpb=cfc5d23db501f56588ac7be1e16da1d1fde930f8;p=matthijs%2Fprojects%2Fxerxes.git diff --git a/templates/influences/influence_detail_block.html b/templates/influences/influence_detail_block.html index 7dc3cf0..d60ac14 100644 --- a/templates/influences/influence_detail_block.html +++ b/templates/influences/influence_detail_block.html @@ -25,7 +25,7 @@

{% trans "Comments" %}

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

{% trans "Cancel reply" %}

- {{ comment.get_reply_form.as_table }} + {{ comment.reply_form.as_table }}
@@ -51,7 +51,7 @@

{% trans "Add comment" %}

-
+

Cancel comment

{{ comment_form.as_table }}