Skip to content

Commit 259274c

Browse files
authored
render event description as markdown (#1708)
1 parent fd81bbd commit 259274c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ephios/core/templates/core/mails/new_event.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{% extends "core/mails/notification.html" %}
2+
{% load rich_text %}
23
{% load settings_extras %}
34
{% load i18n %}
45

@@ -22,7 +23,7 @@ <h2>
2223
{% endif %}
2324
{% endwith %}
2425
<p>
25-
{{ event.description }}
26+
{{ event.description|rich_text}}
2627
</p>
2728
<p>
2829
{% translate "Location" %}: {{ event.location }}<br/>

0 commit comments

Comments
 (0)