From 64b48efafb54712d2746d333ad21c98805b68d92 Mon Sep 17 00:00:00 2001 From: moanos Date: Wed, 18 Jun 2025 20:04:45 +0200 Subject: [PATCH] feat: Split up comments and comment form --- .../bulma-partial-comment-section.html | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/fellchensammlung/templates/fellchensammlung/partials/bulma-partial-comment-section.html b/src/fellchensammlung/templates/fellchensammlung/partials/bulma-partial-comment-section.html index c802739..c1afa00 100644 --- a/src/fellchensammlung/templates/fellchensammlung/partials/bulma-partial-comment-section.html +++ b/src/fellchensammlung/templates/fellchensammlung/partials/bulma-partial-comment-section.html @@ -1,6 +1,6 @@ {% load i18n %} -
+

{% translate 'Kommentare' %}

@@ -13,13 +13,13 @@

{% translate 'Noch keine Kommentare' %}

{% endif %}
-
- {% if user.is_authenticated %} - {% include "fellchensammlung/forms/bulma-form-comment.html" %} - {% else %} - - {% endif %} -
+
+
+ {% if user.is_authenticated %} + {% include "fellchensammlung/forms/bulma-form-comment.html" %} + {% else %} + + {% endif %}
\ No newline at end of file