create site with form to add offerings
This commit is contained in:
parent
781c8602d9
commit
b212d1fa74
4 changed files with 53 additions and 0 deletions
5
templates/app/new_listing.html.twig
Normal file
5
templates/app/new_listing.html.twig
Normal file
|
@ -0,0 +1,5 @@
|
|||
{% extends 'base.html.twig' %}
|
||||
|
||||
{% block body %}
|
||||
{{ form(offering_form) }}
|
||||
{% endblock %}
|
Reference in a new issue