enorme push
This commit is contained in:
16
tpCrudTwig/templates/roles/add.twig
Normal file
16
tpCrudTwig/templates/roles/add.twig
Normal file
@@ -0,0 +1,16 @@
|
||||
{% extends "base.twig" %}
|
||||
|
||||
{% block title %}Ajouter rôle{% endblock %}
|
||||
|
||||
|
||||
|
||||
{% block content %}
|
||||
|
||||
<h1>Ajouter un rôle</h1>
|
||||
<form class="form-group" role="search" method="post">
|
||||
<label for="name">Nom du rôle</label>
|
||||
<input type="text" class="form-control" name="name" id="name">
|
||||
<input type="submit" class="btn btn-success" name="Ajouter" />
|
||||
</form>
|
||||
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user