add event_place to fetmeeting admin and template

This commit is contained in:
2021-06-24 13:01:58 +00:00
parent 0db9aed0b7
commit 3c893bcfba
9 changed files with 45 additions and 21 deletions

View File

@@ -122,6 +122,10 @@
Ende: {{ post.event_end|date:"d. F Y" }} {{ post.event_end|time:"H:i" }}<br>
{% endif %}
{% if post.event_place %}
Ort: {{ post.event_place }}
{% endif %}
{% if post.event_start %}
{% include 'posts/partials/_date_box.html' %}
{% endif %}