svg
This commit is contained in:
8
templates/user/list.html.twig
Normal file
8
templates/user/list.html.twig
Normal file
@ -0,0 +1,8 @@
|
||||
{% extends 'base.html.twig' %}
|
||||
|
||||
{% block title %} = {{title}}{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
<h1>{{title}}</h1>
|
||||
<a href="{{ path(routesubmit) }}" class="btn btn-primary">Ajouter</a>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user