Fix edituser back button

This commit is contained in:
Nicolas Le Goff
2013-07-03 18:40:29 +02:00
parent ea47c5cd7c
commit 456bbbb0ee

View File

@@ -559,7 +559,7 @@
</div>
<div class="PNB10" style="top:auto;height:20px;">
<button class="users_rights_valid btn">{% trans 'boutton::valider' %}</button>
<a href="{{ path('admin_users_search') }}" class="users_rights_cancel">{% trans 'boutton::retour' %}</a>
<a href="{{ path('admin_users_search') }}" class="users_rights_cancel btn" style="text-decoration:none">{% trans 'boutton::retour' %}</a>
</div>
</div>