add event_place to fetmeeting admin and template
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user