add notes app
This commit is contained in:
parent
acb398be1c
commit
a29376b3c5
38 changed files with 1720 additions and 45 deletions
|
@ -82,4 +82,9 @@
|
|||
</tbody>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
<!-- Notizen für diese Übersicht -->
|
||||
{% load notizen_tags %}
|
||||
{% show_page_notizen "patient_overview" %}
|
||||
|
||||
{% endblock content %}
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{% extends "base.html" %}
|
||||
{% load static %}
|
||||
{% load crispy_forms_tags %}
|
||||
{% load notizen_tags %}
|
||||
{% block content %}
|
||||
|
||||
<h3>Patient <strong>{{ bird.bird_identifier }}</strong> bearbeiten </h3>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue