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