From f326c7dc87cff1b79179d4c4923c4d644329c653 Mon Sep 17 00:00:00 2001 From: moanos Date: Thu, 30 May 2024 10:53:11 +0200 Subject: [PATCH] feat: Add adoption notice form --- .../fellchensammlung/forms/form-adoption-notice.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/fellchensammlung/templates/fellchensammlung/forms/form-adoption-notice.html diff --git a/src/fellchensammlung/templates/fellchensammlung/forms/form-adoption-notice.html b/src/fellchensammlung/templates/fellchensammlung/forms/form-adoption-notice.html new file mode 100644 index 0000000..faf5d3a --- /dev/null +++ b/src/fellchensammlung/templates/fellchensammlung/forms/form-adoption-notice.html @@ -0,0 +1,8 @@ +{% extends "fellchensammlung/base_generic.html" %} +{% load i18n %} +{% load crispy_forms_tags %} + +{% block content %} +

{% translate "Vermittlungsanzeige" %}

+ {% crispy form %} +{% endblock %} \ No newline at end of file