diff --git a/RIGS/templates/partials/event_table.html b/RIGS/templates/partials/event_table.html index 324501f6..4262b58b 100644 --- a/RIGS/templates/partials/event_table.html +++ b/RIGS/templates/partials/event_table.html @@ -1,4 +1,5 @@ {% load namewithnotes from filters %} +{% load markdown_tags %}
@@ -74,7 +75,7 @@ {% endif %} {% if not event.cancelled and event.description %} -

{{ event.description|linebreaksbr }}

+

{{ event.description|markdown }}

{% endif %} {% include 'partials/event_status.html' %}