From 3607eb0e4e7e9412ba9e2ff9be27b056f95d4351 Mon Sep 17 00:00:00 2001 From: moanos Date: Mon, 10 Mar 2025 21:09:06 +0100 Subject: [PATCH] feat: Add message when no comment is added to report --- .../fellchensammlung/partials/partial-report.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/fellchensammlung/templates/fellchensammlung/partials/partial-report.html b/src/fellchensammlung/templates/fellchensammlung/partials/partial-report.html index eabaf7c..0a0a47e 100644 --- a/src/fellchensammlung/templates/fellchensammlung/partials/partial-report.html +++ b/src/fellchensammlung/templates/fellchensammlung/partials/partial-report.html @@ -13,8 +13,12 @@ {% endfor %} {% endif %} -

{% translate "Kommentar zur Meldung" %}: - {{ report.user_comment }} +

+ {% if report.user_comment %} + {% translate "Kommentar zur Meldung" %}: {{ report.user_comment }} + {% else %} + {% translate 'Es wurde kein Kommentar zur Meldung hinzugefĆ¼gt.' %} + {% endif %}

{% if is_mod_or_above %}