Fix CKEditor in Production

Fixes #60
This commit is contained in:
Gunther Weissenbaeck 2023-10-08 12:26:04 +02:00
parent b7f1d28d81
commit de6d6a4626

View file

@ -3,8 +3,9 @@
{% block content %}
<div class="row">
<div class="col-lg-8 mb-3">
<h3>{{ bird.name }}</h3>
<h3>{{ bird.name }}</h3>
<p>{{ bird.description|safe }}</p>
<p><a href="{% url 'bird_help' %}">zurück zur Hilfesammlung</a></p>
</div>
</div>
{% endblock content %}