diff --git a/templates/degree/index.html.twig b/templates/degree/index.html.twig index 3c63338..a6016d5 100644 --- a/templates/degree/index.html.twig +++ b/templates/degree/index.html.twig @@ -32,6 +32,22 @@ Sélectionner {% endif %} + + {% if 'ROLE_ADMIN' in app.user.roles %} + + + Modifier + + + +
+ + + +
+ {% endif %} {% endfor %}