form to add a new rescuer
This commit is contained in:
parent
129c1cfb49
commit
c108965792
3 changed files with 59 additions and 4 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue