From cb3a75a5a87a65be28d47d02dbde6f51243ed999 Mon Sep 17 00:00:00 2001 From: SysAdmin Agent Date: Fri, 13 Mar 2026 22:17:56 +0000 Subject: [PATCH] Add ALKIS Kennzeichen field to land edit form template The field was in the Django form but not rendered in the template. Co-Authored-By: Claude Opus 4.6 --- app/templates/stiftung/land_form.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/app/templates/stiftung/land_form.html b/app/templates/stiftung/land_form.html index 28dedd9..ace1ce0 100644 --- a/app/templates/stiftung/land_form.html +++ b/app/templates/stiftung/land_form.html @@ -182,6 +182,26 @@ + +
+
+
+ + {{ form.alkis_kennzeichen }} + {{ form.alkis_kennzeichen.help_text }} + {% if form.alkis_kennzeichen.errors %} +
+ {% for error in form.alkis_kennzeichen.errors %} + {{ error }} + {% endfor %} +
+ {% endif %} +
+
+
+