summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/program/recommendations.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/program/recommendations.html b/templates/program/recommendations.html
index 9f2c718..f64aba7 100644
--- a/templates/program/recommendations.html
+++ b/templates/program/recommendations.html
@@ -27,7 +27,7 @@
</h3>
<h4 class="timeslot-start-end">{{ item.timeslot.start|date:"d.m. H:i" }}-{{ item.timeslot.end|date:"H:i" }}</h4>
- <p class="note-content">{{ item.content|safe}}</p>
+ <div class="note-content">{{ item.content|safe}}</div>
</div>
</div>