X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Fxerxes.git;a=blobdiff_plain;f=templates%2Finfluences%2Finfluence_comments_block.html;h=6b0dd51597ca693c5e83293a5b41fd06bc077042;hp=430ed7135cb11bdb6a0b7bff29fbd64fcf702062;hb=60cf2b9beceddc413d686541c4c4f207bc8cd3a2;hpb=164fbd42481c6be433170df9f4977a160a8a32bf diff --git a/templates/influences/influence_comments_block.html b/templates/influences/influence_comments_block.html index 430ed71..6b0dd51 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,9 +25,10 @@

{% 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 }}
@@ -47,9 +48,10 @@

{% 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 }}