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