Introduce draft for events #265

This commit is contained in:
Daniel Grams 2021-08-16 14:03:04 +02:00
parent c12a48a119
commit 3d5942f58c
3 changed files with 2 additions and 2 deletions

View File

@ -279,7 +279,7 @@
{% macro render_public_status_pill(event) %}
{% if event.public_status and event.public_status == 1 %}
<span class="badge badge-pill badge-info">{{ _('PublicStatus.draft') }}</span>
<span class="badge badge-pill badge-dark">{{ _('PublicStatus.draft') }}</span>
{% endif %}
{% endmacro %}

View File

@ -719,7 +719,7 @@ msgstr "Neuen Veranstalter eingeben"
#: project/forms/event.py:274
msgid "Save as draft"
msgstr "Als Entwurf speicher"
msgstr "Als Entwurf speichern"
#: project/forms/event.py:275
msgid "Publish event"