redesigned buttons and activités

This commit is contained in:
2022-05-07 11:34:06 +02:00
parent 72133e4ca4
commit f4923785fd
8 changed files with 18 additions and 20 deletions

View File

@@ -2,7 +2,7 @@
{% block content %}
<p>
<a href="{{ request.route_url('home' ) }}" class="btn btn-default" role="button">
<a href="{{ request.route_url('settings' ) }}" class="btn btn-default" role="button">
<span class="glyphicon glyphicon-chevron-left"></span> Retour</a>
<a href="{{ request.route_url('user_add', name='new') }}" class="btn btn-success" role="button">
<span class="glyphicon glyphicon-plus"></span> Nouvel utilisateur</a>