|
|
@ -10,7 +10,7 @@ |
|
|
<a href="{% url 'termin' te.id %}" style="text-decoration: none;"> |
|
|
<a href="{% url 'termin' te.id %}" style="text-decoration: none;"> |
|
|
<li class="w3-padding-16"> |
|
|
<li class="w3-padding-16"> |
|
|
<img src="{% static te.bild %}" alt="Image" class="w3-left w3-margin-right" style="width:50px"> |
|
|
<img src="{% static te.bild %}" alt="Image" class="w3-left w3-margin-right" style="width:50px"> |
|
|
<span class="w3-text-grey">{{ te.date|deutschesdatum }}</span> |
|
|
<span class="w3-text-grey">{{ te.date|deutschesdatum }}{% if te.end_date %} bis {{te.end_date|deutschesdatum}}{% endif %}</span> |
|
|
<br> |
|
|
<br> |
|
|
<span class="w3-large">{{te.titel}}</span> |
|
|
<span class="w3-large">{{te.titel}}</span> |
|
|
<br> |
|
|
<br> |
|
|
|