This commit is contained in:
gw3000 2023-07-20 11:39:40 +02:00
parent c15d2828f8
commit 9387dea2aa

View file

@ -41,7 +41,7 @@
{% block content %} {% block content %}
<h3>Übersicht aller Patienten in Behandlung</h3> <h3>Übersicht aller Patienten in Behandlung</h3>
<p> <p>
Übersicht aller in Behandlung befindlichen oder behandelten Vögel. Die nicht Übersicht aller in Behandlung befindlichen Vögel. Die nicht
mehr in Behandlung befindlichen Patienten finden Sie <a href="{% url 'bird_inactive' %}">hier</a>. mehr in Behandlung befindlichen Patienten finden Sie <a href="{% url 'bird_inactive' %}">hier</a>.
</p> </p>
<p> <p>
@ -69,7 +69,7 @@
<td>{{ bird.bird }}</td> <td>{{ bird.bird }}</td>
<td>{{ bird.date_found }}</td> <td>{{ bird.date_found }}</td>
<td> <td>
<a href="{% url 'rescuer_single' bird.rescuer_id %}">{{ bird.rescuer }}</a> <a href="{% url 'rescuer_single' bird.rescuer_id %}">{{ bird.rescuer|default_if_none:"" }}</a>
</td> </td>
<td>{{ bird.place }}</td> <td>{{ bird.place }}</td>
<td>{{ bird.status }}</td> <td>{{ bird.status }}</td>