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