From 8bd041d7eafe08d7ac2d859e3887d62fa98a96c3 Mon Sep 17 00:00:00 2001 From: moanos Date: Mon, 16 Jun 2025 23:31:20 +0200 Subject: [PATCH] fix: Make sure further information field is displayed --- .../fellchensammlung/forms/bulma-form-add-adoption.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/fellchensammlung/templates/fellchensammlung/forms/bulma-form-add-adoption.html b/src/fellchensammlung/templates/fellchensammlung/forms/bulma-form-add-adoption.html index b5ff965..df692cb 100644 --- a/src/fellchensammlung/templates/fellchensammlung/forms/bulma-form-add-adoption.html +++ b/src/fellchensammlung/templates/fellchensammlung/forms/bulma-form-add-adoption.html @@ -50,6 +50,15 @@ {{ form.searching_since|add_class:"input"|attr:"id:an-searching-since"|attr:"type:date" }} + +
+ + {{ form.further_information|add_class:"input"|attr:"id:an-further-information"|attr:"type:url" }} +
+ {{ form.further_information.help_text }} +
+
+