Patient schreibgeschützt #29

This commit is contained in:
gw3000 2023-07-18 19:28:15 +02:00
parent 12a4b236ed
commit 2c4d284708
4 changed files with 117 additions and 4 deletions

View file

@ -16,7 +16,7 @@
<script>
$(document).ready(function () {
$('#t__bird_all').DataTable({
$('#t__bird_inactive').DataTable({
language: {
url: 'https://cdn.datatables.net/plug-ins/1.11.3/i18n/de_de.json',
},
@ -34,7 +34,8 @@
{% block content %}
<h3>Übersicht aller Patienten in Behandlung</h3>
<p>
Übersicht aller in Behandlung befindlichen oder behandelten Vögel.
Übersicht aller in Behandlung befindlichen oder behandelten Vögel. Die nicht
mehr in Behandlung befindlichen Patienten finden Sie <a href="{% url 'bird_inactive' %}">hier</a>.
</p>
<p>
<button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#addPatientModal">einen Patienten
@ -104,4 +105,4 @@
</div>
</div>
</form>
{% endblock content %}
{% endblock content %}