Skip to content
Snippets Groups Projects
Commit 1e2805f1 authored by Johannes Raggam's avatar Johannes Raggam
Browse files

upd

parent b53737ee
No related branches found
No related tags found
No related merge requests found
......@@ -57,12 +57,13 @@
</p>
{% if show.notes.all %}
<br />
<h2>Sendungstipps</h2>
<p>
{% for note in show.notes.all %}
<a href="{% url timeslot-detail note.timeslot.id %}" title="{{ note.title }}">{{ note.start|date:"d. M Y" }}</a> |
{% endfor %}
</p>
<ul>
{% for note in show.notes.all %}
<li><a href="{% url timeslot-detail note.timeslot.id %}" title="{{ note.title }}">{{ note.start|date:"d. M Y" }}</a>: <div>{{ note.title }}</div></li>
{% endfor %}
</ul>
{% endif %}
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment