fix event infos (date and place) in news shown

This commit is contained in:
2022-01-06 23:52:22 +00:00
committed by root
parent 04082a6825
commit 8d27eafea1

View File

@@ -156,6 +156,7 @@
{% endif %} {% endif %}
</div> </div>
{% if post.post_type != 'N' %}
<hr class="lg:hidden -mx-4 border-gray-200 dark:border-gray-800 dark:border my-4"> <hr class="lg:hidden -mx-4 border-gray-200 dark:border-gray-800 dark:border my-4">
<div class="lg:hidden"> <div class="lg:hidden">
<h2 class="text-gray-800 dark:text-gray-200 font-medium"><i class="fa-solid fa-calendar-days mr-2 text-gray-400 dark:text-gray-500"></i>Termindetails:</h2> <h2 class="text-gray-800 dark:text-gray-200 font-medium"><i class="fa-solid fa-calendar-days mr-2 text-gray-400 dark:text-gray-500"></i>Termindetails:</h2>
@@ -165,6 +166,7 @@
<li>Ort: {{ post.event_place }}</li> <li>Ort: {{ post.event_place }}</li>
</ul> </ul>
</div> </div>
{% endif %}
{% if post.has_agenda or post.has_protocol %} {% if post.has_agenda or post.has_protocol %}
{% if request.user.is_authenticated %} {% if request.user.is_authenticated %}