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