From de6d6a4626d4fb79c701d79fab2fc781639902d7 Mon Sep 17 00:00:00 2001 From: Gunther Weissenbaeck Date: Sun, 8 Oct 2023 12:26:04 +0200 Subject: [PATCH] Fix CKEditor in Production Fixes #60 --- app/bird/templates/bird/bird_help_single.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/bird/templates/bird/bird_help_single.html b/app/bird/templates/bird/bird_help_single.html index 0032898..16cc7da 100644 --- a/app/bird/templates/bird/bird_help_single.html +++ b/app/bird/templates/bird/bird_help_single.html @@ -3,8 +3,9 @@ {% block content %}
-

{{ bird.name }}

+

{{ bird.name }}

{{ bird.description|safe }}

+

zurück zur Hilfesammlung

{% endblock content %} \ No newline at end of file