feat: Add adoption notice form
This commit is contained in:
parent
eea30a46b0
commit
f326c7dc87
@ -0,0 +1,8 @@
|
|||||||
|
{% extends "fellchensammlung/base_generic.html" %}
|
||||||
|
{% load i18n %}
|
||||||
|
{% load crispy_forms_tags %}
|
||||||
|
|
||||||
|
{% block content %}
|
||||||
|
<h1>{% translate "Vermittlungsanzeige" %}</h1>
|
||||||
|
{% crispy form %}
|
||||||
|
{% endblock %}
|
Loading…
Reference in New Issue
Block a user