parent
b7f1d28d81
commit
de6d6a4626
1 changed files with 2 additions and 1 deletions
|
@ -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 %}
|
Loading…
Add table
Add a link
Reference in a new issue