AUTH#1318 - Retour button remove icon

This commit is contained in:
slothy 2015-09-11 13:27:11 +02:00
parent e7683f5a01
commit 26d44cdad1
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@
{% endif %}
<div class="columns small-12 text-center">
<button type="submit" class="submit radius large inverted-button" name="{{ submit_name }}" value="{% trans "Log in" %}"><span class="icon-cadenas"></span> <span class="text">{% trans "SE CONNECTER" %}</span></button>
<button type="submit" class="submit radius large inverted-button" onclick="retour_button()" name="return"><span class="icon-cadenas"></span> <span class="text">{% trans "Retour au site" %}</span></button>
<button type="submit" class="submit radius large inverted-button" onclick="retour_button()" name="return"><span class="text">{% trans "Retour au site" %}</span></button>
</div>
{% comment %}
{% if cancel %}