X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=templates%2Finfluences%2Finfluence_comments_block.html;h=462d2b7a44e8ea1d04cf82628b544380f858d53b;hb=51d871cc825c454a819fb6f73b6d0840679efaac;hp=19695917e4363b80a8b1011d22c7c1b7e21fbb09;hpb=201a3237c38127057da1c88093678253384a46d7;p=matthijs%2Fprojects%2Fxerxes.git diff --git a/templates/influences/influence_comments_block.html b/templates/influences/influence_comments_block.html index 1969591..462d2b7 100644 --- a/templates/influences/influence_comments_block.html +++ b/templates/influences/influence_comments_block.html @@ -16,8 +16,8 @@ {% if comments %} {% for comment in comments %}
- {{ comment.user }} said:
- {% auto_transform_markup comment %} + {{ comment.user }} said: +
{% auto_transform_markup comment %}
@@ -25,10 +25,15 @@

{% trans "Cancel reply" %}

- - {{ comment.reply_form.as_table }} -
-
+ {{ comment.reply_form.comment.label_tag }}
+ {{ comment.reply_form.comment }}
+ {{ comment.reply_form.is_public }} + {{ comment.reply_form.is_public.label_tag }} +
+ + + +
@@ -43,10 +48,14 @@

{% trans "Add comment" %}

Cancel comment

- - {{ comment_form.as_table }} -
-
- {# #} + {{ comment_form.comment.label_tag }} + {{ comment_form.comment }}
+ {{ comment_form.is_public }} + {{ comment_form.is_public.label_tag }} +
+ + + +