form to add a new rescuer

This commit is contained in:
gw3000 2023-06-19 22:55:50 +02:00
parent 129c1cfb49
commit c108965792
3 changed files with 59 additions and 4 deletions

View file

@ -1,7 +1,7 @@
{% extends 'base.html' %}
{% load crispy_forms_tags %}
{% block content %}
<h4>Retter anlegen</h4>
<h4>Einen neuen Retter anlegen</h4>
<div class="row">
<div class="col-lg-6">
<form method="post" class="form-horizontal">
@ -52,4 +52,4 @@
</div>
</div>
{% endblock content %}
{% endblock content %}