add orm and tests
This commit is contained in:
parent
a32bf4ce7d
commit
a541338909
23 changed files with 1666 additions and 23 deletions
11
templates/food_vendor/new.html.twig
Normal file
11
templates/food_vendor/new.html.twig
Normal file
|
@ -0,0 +1,11 @@
|
|||
{% extends 'base.html.twig' %}
|
||||
|
||||
{% block title %}New FoodVendor{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
<h1>Create new FoodVendor</h1>
|
||||
|
||||
{{ include('food_vendor/_form.html.twig') }}
|
||||
|
||||
<a href="{{ path('app_food_vendor_index') }}">back to list</a>
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue