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

added list of notes to show detail page. this looks ugly I know.

parent 16dbcbeb
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment