diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-25 12:12:53 -0700 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-25 12:12:53 -0700 |
commit | c51be6b697da573cdcf0788eb8617130ce5517a4 (patch) | |
tree | 642eaf70afb134dee5f274c84bf15b8aab00c117 /tpl/login.twig | |
parent | 7ba37bd91a43321196e6d867caf9e298e82c6d6c (diff) | |
parent | 063fc1a7baaf6f7e1fb08eced058962a6140a471 (diff) | |
download | wallabag-c51be6b697da573cdcf0788eb8617130ce5517a4.tar.gz wallabag-c51be6b697da573cdcf0788eb8617130ce5517a4.tar.zst wallabag-c51be6b697da573cdcf0788eb8617130ce5517a4.zip |
Merge pull request #181 from inthepoche/dev
beta4
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 }}"> |