diff --git a/app/aviary/templates/aviary/aviary_all.html b/app/aviary/templates/aviary/aviary_all.html
index dc4f47a..b0213e7 100644
--- a/app/aviary/templates/aviary/aviary_all.html
+++ b/app/aviary/templates/aviary/aviary_all.html
@@ -20,8 +20,8 @@
language: {
url: 'https://cdn.datatables.net/plug-ins/1.11.3/i18n/de_de.json',
},
- paging: true,
- info: true,
+ paging: false,
+ info: false,
responsive: true,
columnDefs: [
{ responsivePriority: 1, targets: 0 },
diff --git a/app/aviary/templates/aviary/aviary_single.html b/app/aviary/templates/aviary/aviary_single.html
index ca468a0..5aa7afd 100644
--- a/app/aviary/templates/aviary/aviary_single.html
+++ b/app/aviary/templates/aviary/aviary_single.html
@@ -10,7 +10,7 @@
diff --git a/app/bird/templates/bird/bird_all.html b/app/bird/templates/bird/bird_all.html
index 6ddffe9..3e71e9c 100644
--- a/app/bird/templates/bird/bird_all.html
+++ b/app/bird/templates/bird/bird_all.html
@@ -20,8 +20,8 @@
language: {
url: 'https://cdn.datatables.net/plug-ins/1.11.3/i18n/de_de.json',
},
- paging: true,
- info: true,
+ paging: false,
+ info: false,
responsive: true,
columnDefs: [
{ responsivePriority: 1, targets: 0 },
@@ -109,7 +109,7 @@
diff --git a/app/bird/templates/bird/bird_create.html b/app/bird/templates/bird/bird_create.html
index 5ffdf89..8307464 100644
--- a/app/bird/templates/bird/bird_create.html
+++ b/app/bird/templates/bird/bird_create.html
@@ -10,7 +10,7 @@
diff --git a/app/bird/templates/bird/bird_delete.html b/app/bird/templates/bird/bird_delete.html
index 11f3875..563cbbe 100644
--- a/app/bird/templates/bird/bird_delete.html
+++ b/app/bird/templates/bird/bird_delete.html
@@ -11,7 +11,7 @@
Reg-Num.: {{bird.id}} löschen?
- Abbruch
+ Abbrechen
diff --git a/app/bird/templates/bird/bird_inactive.html b/app/bird/templates/bird/bird_inactive.html
index 8aeb282..2c9374b 100644
--- a/app/bird/templates/bird/bird_inactive.html
+++ b/app/bird/templates/bird/bird_inactive.html
@@ -20,8 +20,8 @@
language: {
url: 'https://cdn.datatables.net/plug-ins/1.11.3/i18n/de_de.json',
},
- paging: true,
- info: true,
+ paging: false,
+ info: false,
responsive: true,
columnDefs: [
{ responsivePriority: 1, targets: 0 },
diff --git a/app/bird/templates/bird/bird_single.html b/app/bird/templates/bird/bird_single.html
index b2a1bee..9b72d4c 100644
--- a/app/bird/templates/bird/bird_single.html
+++ b/app/bird/templates/bird/bird_single.html
@@ -12,7 +12,7 @@
diff --git a/app/costs/templates/costs/costs_edit.html b/app/costs/templates/costs/costs_edit.html
index 56b585d..df43c97 100644
--- a/app/costs/templates/costs/costs_edit.html
+++ b/app/costs/templates/costs/costs_edit.html
@@ -9,7 +9,7 @@
{% csrf_token %}
{{form|crispy}}
-
+ Abbrechen
diff --git a/app/rescuer/templates/rescuer/rescuer_all.html b/app/rescuer/templates/rescuer/rescuer_all.html
index a6ddf7b..047ea0d 100644
--- a/app/rescuer/templates/rescuer/rescuer_all.html
+++ b/app/rescuer/templates/rescuer/rescuer_all.html
@@ -20,8 +20,8 @@
language: {
url: 'https://cdn.datatables.net/plug-ins/1.11.3/i18n/de_de.json',
},
- paging: true,
- info: true,
+ paging: false,
+ info: false,
responsive: true,
columnDefs: [
{ responsivePriority: 1, targets: 0 },
diff --git a/app/rescuer/templates/rescuer/rescuer_create.html b/app/rescuer/templates/rescuer/rescuer_create.html
index fddd848..0b7b2d2 100644
--- a/app/rescuer/templates/rescuer/rescuer_create.html
+++ b/app/rescuer/templates/rescuer/rescuer_create.html
@@ -15,7 +15,7 @@
{{ form.zip_code|as_crispy_field }}
{{ form.phone|as_crispy_field }}
- Abbruch
+ Abbrechen
* Pflichtfeld
diff --git a/app/rescuer/templates/rescuer/rescuer_delete.html b/app/rescuer/templates/rescuer/rescuer_delete.html
index 1e488a7..be8892b 100644
--- a/app/rescuer/templates/rescuer/rescuer_delete.html
+++ b/app/rescuer/templates/rescuer/rescuer_delete.html
@@ -11,7 +11,7 @@
Wollen Sie den Finder {{rescuer.first_name}} {{rescuer.last_name}} löschen?
- Abbruch
+ Abbrechen
diff --git a/app/rescuer/templates/rescuer/rescuer_edit.html b/app/rescuer/templates/rescuer/rescuer_edit.html
index 1ee317b..a68497b 100644
--- a/app/rescuer/templates/rescuer/rescuer_edit.html
+++ b/app/rescuer/templates/rescuer/rescuer_edit.html
@@ -16,7 +16,7 @@
{{ form.zip_code|as_crispy_field }}
{{ form.phone|as_crispy_field }}
- Abbruch
+ Abbrechen
diff --git a/app/rescuer/templates/rescuer/rescuer_single.html b/app/rescuer/templates/rescuer/rescuer_single.html
index 2756bc2..eb4b202 100644
--- a/app/rescuer/templates/rescuer/rescuer_single.html
+++ b/app/rescuer/templates/rescuer/rescuer_single.html
@@ -18,7 +18,7 @@
- zurück zur Übersicht
+ Abbrechen
Löschen
Bearbeiten
diff --git a/app/templates/account/login.html b/app/templates/account/login.html
index 2885580..38d494f 100644
--- a/app/templates/account/login.html
+++ b/app/templates/account/login.html
@@ -21,7 +21,7 @@
{% endif %}