Initial commit
This commit is contained in:
9
templates/_dashboard/grid/.new.html.twig
Normal file
9
templates/_dashboard/grid/.new.html.twig
Normal file
@ -0,0 +1,9 @@
|
||||
{% extends 'base.html.twig' %}
|
||||
|
||||
{% block body %}
|
||||
<h1>Create new Grid</h1>
|
||||
|
||||
{{ include('_dashboard/grid/_form.html.twig') }}
|
||||
|
||||
<a href="{{ path('bo_region_grid_index', {'regionId': region.id}) }}">back to list</a>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user