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