beautified

This commit is contained in:
gw3000 2023-07-10 21:13:47 +02:00
parent 2021c1279e
commit 91c5223b37

View file

@ -2,6 +2,7 @@
{% load static %} {% load static %}
{% load crispy_forms_tags %} {% load crispy_forms_tags %}
{% block content %} {% block content %}
<h3>Patient <strong>{{ bird.bird_identifier }}</strong> bearbeiten </h3> <h3>Patient <strong>{{ bird.bird_identifier }}</strong> bearbeiten </h3>
<p>Finder des Patienten: <strong> <a href="{% url 'rescuer_single' bird.rescuer_id %}">{{ bird.rescuer }}</a></strong></p> <p>Finder des Patienten: <strong> <a href="{% url 'rescuer_single' bird.rescuer_id %}">{{ bird.rescuer }}</a></strong></p>
<div class="row"> <div class="row">
@ -66,6 +67,6 @@
</div> </div>
</div> </div>
<script src="{% static 'js/bird.js' %}"></script <script src="{% static 'js/bird.js' %}"></script>
{% endblock content %} {% endblock content %}