Skip to content
Snippets Groups Projects
Commit ef6876f2 authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

reverser order of notes.

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