create site with form to add offerings

This commit is contained in:
Jannis Portmann 2021-04-28 00:15:13 +02:00
parent 781c8602d9
commit b212d1fa74
4 changed files with 53 additions and 0 deletions

View file

@ -0,0 +1,5 @@
{% extends 'base.html.twig' %}
{% block body %}
{{ form(offering_form) }}
{% endblock %}