From ce71efb9826a81063d10faa296fed43dc31045b3 Mon Sep 17 00:00:00 2001 From: gw3000 Date: Sat, 15 Jul 2023 12:39:27 +0200 Subject: [PATCH] phone form line at last --- app/rescuer/templates/rescuer/rescuer_edit.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/rescuer/templates/rescuer/rescuer_edit.html b/app/rescuer/templates/rescuer/rescuer_edit.html index 0ef498c..68d59a1 100644 --- a/app/rescuer/templates/rescuer/rescuer_edit.html +++ b/app/rescuer/templates/rescuer/rescuer_edit.html @@ -10,11 +10,11 @@
{{ form.first_name|as_crispy_field }}
{{ form.last_name|as_crispy_field }}
-
{{ form.phone|as_crispy_field }}
{{ form.street|as_crispy_field }}
{{ form.street_number|as_crispy_field }}
{{ form.city|as_crispy_field }}
{{ form.zip_code|as_crispy_field }}
+
{{ form.phone|as_crispy_field }}
Abbruch