From cba0916f77c1f6a692b00c3a37bbf3ff72d7d957 Mon Sep 17 00:00:00 2001 From: Felix Rindt Date: Tue, 9 Dec 2025 17:14:24 +0100 Subject: [PATCH] render event description as markdown --- ephios/core/templates/core/mails/new_event.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ephios/core/templates/core/mails/new_event.html b/ephios/core/templates/core/mails/new_event.html index 52997e4d7..ae335dd88 100644 --- a/ephios/core/templates/core/mails/new_event.html +++ b/ephios/core/templates/core/mails/new_event.html @@ -1,4 +1,5 @@ {% extends "core/mails/notification.html" %} +{% load rich_text %} {% load settings_extras %} {% load i18n %} @@ -22,7 +23,7 @@

{% endif %} {% endwith %}

- {{ event.description }} + {{ event.description|rich_text}}

{% translate "Location" %}: {{ event.location }}