feat: Use status-specific description
This commit is contained in:
@@ -25,14 +25,10 @@
|
|||||||
{% elif adoption_notice.is_awaiting_action %}
|
{% elif adoption_notice.is_awaiting_action %}
|
||||||
<article class="message is-warning">
|
<article class="message is-warning">
|
||||||
<div class="message-header">
|
<div class="message-header">
|
||||||
<p>{% translate 'Warten auf Aktivierung' %}</p>
|
<p>{% translate 'Wartet auf Freigabe von Moderator*innen' %}</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="message-body content">
|
<div class="message-body content">
|
||||||
{% blocktranslate %}
|
{{ adoption_notice.status_description }}
|
||||||
Diese Vermittlung muss noch durch Moderator*innen aktiviert werden und taucht daher nicht auf der
|
|
||||||
Startseite auf.
|
|
||||||
Ggf. fehlen noch relevante Informationen.
|
|
||||||
{% endblocktranslate %}
|
|
||||||
</div>
|
</div>
|
||||||
</article>
|
</article>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Reference in New Issue
Block a user