diff options
Diffstat (limited to 'program/templates/recommendation_list.html')
-rw-r--r-- | program/templates/recommendation_list.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/program/templates/recommendation_list.html b/program/templates/recommendation_list.html index 8070b29..3fcc5d1 100644 --- a/program/templates/recommendation_list.html +++ b/program/templates/recommendation_list.html @@ -28,8 +28,9 @@ <a href="{% url "show-detail" recommendation.show.slug %}">{{ recommendation.show.name }}</a><br/> vom {{ recommendation.start|date:"d.m. H:i" }}-{{ recommendation.end|date:"H:i" }}</h4> {% if recommendation.note %} - <h3 class="show-title"></h3> - <a href="{% url "timeslot-detail" recommendation.id %}">{{ recommendation.note.title }}</a></h3> + <h3 class="show-title"> + <a href="{% url "timeslot-detail" recommendation.id %}">{{ recommendation.note.title }}</a> + </h3> <div class="note-content">{{ recommendation.note.content|safe }}</div> {% else %} <h3 class="show-title"><a |