AUTH#1318 - Fix link

This commit is contained in:
slothy 2015-09-11 16:48:01 +02:00
parent 0fec7e6d2b
commit af8664bcf1
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@
<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>
</div>
<div class="columns small-12 text-center">
<a href="" onclick="retour_button()"><span class="text">{% trans "Retour au site" %}</span></a>
<a onclick="retour_button()"><span class="text">{% trans "Retour au site" %}</span></a>
</div>
{% comment %}
{% if cancel %}