From f6c9e532f89ae807b80289786f01dfddcff8c9ba Mon Sep 17 00:00:00 2001 From: moanos Date: Wed, 1 Oct 2025 05:58:30 +0200 Subject: [PATCH] feat: Use status-specific description --- .../partials/partial-adoption-notice-status.html | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/fellchensammlung/templates/fellchensammlung/partials/partial-adoption-notice-status.html b/src/fellchensammlung/templates/fellchensammlung/partials/partial-adoption-notice-status.html index c74857e..1cfaea3 100644 --- a/src/fellchensammlung/templates/fellchensammlung/partials/partial-adoption-notice-status.html +++ b/src/fellchensammlung/templates/fellchensammlung/partials/partial-adoption-notice-status.html @@ -25,14 +25,10 @@ {% elif adoption_notice.is_awaiting_action %}
-

{% translate 'Warten auf Aktivierung' %}

+

{% translate 'Wartet auf Freigabe von Moderator*innen' %}

- {% blocktranslate %} - Diese Vermittlung muss noch durch Moderator*innen aktiviert werden und taucht daher nicht auf der - Startseite auf. - Ggf. fehlen noch relevante Informationen. - {% endblocktranslate %} + {{ adoption_notice.status_description }}
{% endif %}