Create form to create offering
This commit is contained in:
parent
635c8e900c
commit
990da0e669
5 changed files with 37 additions and 6 deletions
|
@ -1,5 +1,6 @@
|
|||
{% extends 'base.html.twig' %}
|
||||
|
||||
{% block body %}
|
||||
<h1 class="mb-3">Add new offering</h1>
|
||||
{{ form(offering_form) }}
|
||||
{% endblock %}
|
Reference in a new issue