Create form to create offering

This commit is contained in:
Jannis Portmann 2021-04-30 17:08:34 +02:00
parent 635c8e900c
commit 990da0e669
5 changed files with 37 additions and 6 deletions

View file

@ -1,5 +1,6 @@
{% extends 'base.html.twig' %}
{% block body %}
<h1 class="mb-3">Add new offering</h1>
{{ form(offering_form) }}
{% endblock %}