from retter to finder
This commit is contained in:
parent
7c2bba02b4
commit
2021c1279e
1 changed files with 4 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
<h3>Patient anlegen</h3>
|
<h3>Patient anlegen</h3>
|
||||||
<p>(Finder: {{rescuer.first_name}} {{rescuer.last_name}})</p>
|
<p>(Retter: {{rescuer.first_name}} {{rescuer.last_name}})</p>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-lg-8 mb-3">
|
<div class="col-lg-8 mb-3">
|
||||||
<form method="post" enctype="multipart/form-data">
|
<form method="post" enctype="multipart/form-data">
|
||||||
|
@ -42,4 +42,7 @@
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<script src="{% static 'js/find_circumstances.js' %}"></script>
|
||||||
|
|
||||||
{% endblock content %}
|
{% endblock content %}
|
Loading…
Add table
Add a link
Reference in a new issue