diff options
Diffstat (limited to 'templates/program')
-rw-r--r-- | templates/program/show_detail.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/program/show_detail.html b/templates/program/show_detail.html index 443a64a..9d60678 100644 --- a/templates/program/show_detail.html +++ b/templates/program/show_detail.html @@ -54,6 +54,11 @@ {% endif %} </p> + <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> </div> </body> |