Wording
This commit is contained in:
parent
c15d2828f8
commit
9387dea2aa
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue