1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

Merge pull request #170 from NumEricR/login-button

Login button
This commit is contained in:
Nicolas Lœuillet 2013-08-24 22:43:16 -07:00
commit 1cbd70639c
3 changed files with 5 additions and 5 deletions

View file

@ -23,7 +23,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 }}">