diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-24 22:43:16 -0700 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-24 22:43:16 -0700 |
commit | 1cbd70639c5f97f6030d0df6624ca200dba86945 (patch) | |
tree | 4ce643c8d9bf93f6729a2affd1a9a18d02d8afd6 /tpl/login.twig | |
parent | 217bacc66371f41a58cca924bec575102491db35 (diff) | |
parent | 06cf8fb9636d2fd1cc3b342b26d0fea2b404ce74 (diff) | |
download | wallabag-1cbd70639c5f97f6030d0df6624ca200dba86945.tar.gz wallabag-1cbd70639c5f97f6030d0df6624ca200dba86945.tar.zst wallabag-1cbd70639c5f97f6030d0df6624ca200dba86945.zip |
Merge pull request #170 from NumEricR/login-button
Login button
Diffstat (limited to 'tpl/login.twig')
-rw-r--r-- | tpl/login.twig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/login.twig b/tpl/login.twig index 0ae130bc..b24674e2 100644 --- a/tpl/login.twig +++ b/tpl/login.twig | |||
@@ -23,7 +23,7 @@ | |||
23 | </div> | 23 | </div> |
24 | </div> | 24 | </div> |
25 | <div class="row mts txtcenter"> | 25 | <div class="row mts txtcenter"> |
26 | <button class="bouton" type="submit" tabindex="4">{% trans "Login" %}</button> | 26 | <button class="bouton" type="submit" tabindex="4">{% trans "Sign in" %}</button> |
27 | </div> | 27 | </div> |
28 | </fieldset> | 28 | </fieldset> |
29 | <input type="hidden" name="returnurl" value="{{ referer }}"> | 29 | <input type="hidden" name="returnurl" value="{{ referer }}"> |