aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-08-24 22:43:16 -0700
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-08-24 22:43:16 -0700
commit1cbd70639c5f97f6030d0df6624ca200dba86945 (patch)
tree4ce643c8d9bf93f6729a2affd1a9a18d02d8afd6 /tpl
parent217bacc66371f41a58cca924bec575102491db35 (diff)
parent06cf8fb9636d2fd1cc3b342b26d0fea2b404ce74 (diff)
downloadwallabag-1cbd70639c5f97f6030d0df6624ca200dba86945.tar.gz
wallabag-1cbd70639c5f97f6030d0df6624ca200dba86945.tar.zst
wallabag-1cbd70639c5f97f6030d0df6624ca200dba86945.zip
Merge pull request #170 from NumEricR/login-button
Login button
Diffstat (limited to 'tpl')
-rw-r--r--tpl/login.twig2
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 }}">