V-Beta-1.0.0
Vision is out of alpha !
This commit is contained in:
11
templates/directory/edit.html.twig
Normal file
11
templates/directory/edit.html.twig
Normal file
@@ -0,0 +1,11 @@
|
||||
{% extends 'base.html.twig' %}
|
||||
|
||||
{% block title %}{% trans %}title_directory_edition{% endtrans %} #{{directory.id}} - "{{ directory.fullName }}"{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
<div class="row">
|
||||
<div class="col-lg-8">
|
||||
{{ form(form) }}
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user