mirror of
https://github.com/lucaspalomodevelop/eventcally.git
synced 2026-03-13 00:07:22 +00:00
Introduce draft for events #265
This commit is contained in:
parent
c12a48a119
commit
3d5942f58c
@ -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 %}
|
||||
|
||||
|
||||
Binary file not shown.
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user