Retter in Finder umbenennen #13
This commit is contained in:
parent
d9ac3580cb
commit
2985382ae8
9 changed files with 16 additions and 16 deletions
|
@ -32,12 +32,12 @@
|
|||
|
||||
{% endblock header %}
|
||||
{% block content %}
|
||||
<h3>Übersicht aller Retter</h3>
|
||||
<h3>Übersicht aller Finder</h3>
|
||||
<p>
|
||||
Die Übersicht aller aktiven Retter.
|
||||
Die Übersicht aller aktiven Finder.
|
||||
</p>
|
||||
<p>
|
||||
<a href="{% url 'rescuer_create' %}" class="btn btn-primary">Einen neuen Retter anlegen</a>
|
||||
<a href="{% url 'rescuer_create' %}" class="btn btn-primary">Einen neuen Finder anlegen</a>
|
||||
</p>
|
||||
|
||||
<table class="table table-striped table-hover display responsive nowrap" width="100%" id="t__rescuer_all">
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{% extends 'base.html' %}
|
||||
{% load crispy_forms_tags %}
|
||||
{% block content %}
|
||||
<h4>Einen neuen Retter anlegen</h4>
|
||||
<h4>Einen neuen Finder anlegen</h4>
|
||||
<div class="row">
|
||||
<div class="col-lg-6">
|
||||
<form method="post" class="form-horizontal">
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
{% extends 'base.html' %}
|
||||
|
||||
{% block content %}
|
||||
<h1>Retter löschen</h1>
|
||||
<h1>Finder löschen</h1>
|
||||
<div class="row mt-3">
|
||||
<div class="col-lg-7">
|
||||
<form method="post">
|
||||
{% csrf_token %}
|
||||
<div class="alert alert-dismissible alert-danger">
|
||||
<h4 class="alert-heading">Warnung!</h4>
|
||||
<p class="mb-0">Wollen Sie den Retter <strong>{{rescuer.first_name}} {{rescuer.last_name}}</strong> löschen?</p>
|
||||
<p class="mb-0">Wollen Sie den Finder <strong>{{rescuer.first_name}} {{rescuer.last_name}}</strong> löschen?</p>
|
||||
</div>
|
||||
</p>
|
||||
<a href="{% url 'rescuer_all'%}" class="btn btn-secondary">Abbruch</a>
|
||||
|
@ -16,7 +16,7 @@
|
|||
</form>
|
||||
</div>
|
||||
<div class="col-lg-5">
|
||||
<h5>Retter löschen</h5>
|
||||
<h5>Finder löschen</h5>
|
||||
<p>
|
||||
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Voluptates
|
||||
ducimus inventore quia, quae quam reiciendis eligendi explicabo non
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
{% block content %}
|
||||
<div class="row">
|
||||
<div class="col-lg-7">
|
||||
<h3>Adressänderung des Retters</h3>
|
||||
<h3>Adressänderung des Finders</h3>
|
||||
<form method="post" class="form-horizontal">
|
||||
<fieldset>
|
||||
{% csrf_token %}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
<div class="row">
|
||||
<div class="col-lg-6">
|
||||
<h3>Stammdaten des Retters</h3>
|
||||
<h3>Stammdaten des Finders</h3>
|
||||
<div class="card bg-light mb-3" style="max-width: 30rem;">
|
||||
<div class="card-header">Adressdaten</div>
|
||||
<div class="card-body">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue