[change] login button into sign in

This commit is contained in:
Nicolas Lœuillet 2014-02-21 14:58:07 +01:00
parent 3628b24d12
commit e5382002b4
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
</div>
</div>
<div class="row mts txtcenter">
<button class="bouton" type="submit" tabindex="4">{% trans "Login" %}</button>
<button class="bouton" type="submit" tabindex="4">{% trans "Sign in" %}</button>
</div>
</fieldset>
<input type="hidden" name="returnurl" value="{{ referer }}">

View File

@ -24,7 +24,7 @@
</div>
</div>
<div class="row mts txtcenter">
<button class="bouton" type="submit" tabindex="4">{% trans "Login" %}</button>
<button class="bouton" type="submit" tabindex="4">{% trans "Sign in" %}</button>
</div>
</fieldset>
<input type="hidden" name="returnurl" value="{{ referer }}">