X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=templates%2Finfluences%2Finfluence_comments_block.html;h=e2d6b91c8cbcb7af9dcdf026f1e0b196b65004f7;hb=5bb748964b19434bd00ede2e86c91d2fade5f9b8;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..e2d6b91 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,16 +25,23 @@

{% 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 }} +
+ + + +
{% endfor %} {% else %} +

{% trans "No comments were added yet" %} +

{% endif %} @@ -43,10 +50,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 }} +
+ + + +