feat: Add adoption notice form

This commit is contained in:
moanos [he/him] 2024-05-30 10:53:11 +02:00
parent eea30a46b0
commit f326c7dc87

View File

@ -0,0 +1,8 @@
{% extends "fellchensammlung/base_generic.html" %}
{% load i18n %}
{% load crispy_forms_tags %}
{% block content %}
<h1>{% translate "Vermittlungsanzeige" %}</h1>
{% crispy form %}
{% endblock %}