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