diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-04 22:35:08 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-04 22:35:08 +0200 |
commit | 63c35580c7d60e2278ee6fe9ba2d4440ff0308d6 (patch) | |
tree | 71a0c573d4104d9a751df395c1c162c089ed6017 /tpl/login.twig | |
parent | c765c3679fee3ed9e4bad9954a808116187a7e83 (diff) | |
download | wallabag-63c35580c7d60e2278ee6fe9ba2d4440ff0308d6.tar.gz wallabag-63c35580c7d60e2278ee6fe9ba2d4440ff0308d6.tar.zst wallabag-63c35580c7d60e2278ee6fe9ba2d4440ff0308d6.zip |
twig implementation
Diffstat (limited to 'tpl/login.twig')
-rw-r--r-- | tpl/login.twig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tpl/login.twig b/tpl/login.twig index 70c2190c..c3028795 100644 --- a/tpl/login.twig +++ b/tpl/login.twig | |||
@@ -16,9 +16,9 @@ | |||
16 | <input class="col" type="password" id="password" name="password" placeholder="Password" tabindex="2" {% if demo == 1 %}value="poche"{% endif %} /> | 16 | <input class="col" type="password" id="password" name="password" placeholder="Password" tabindex="2" {% if demo == 1 %}value="poche"{% endif %} /> |
17 | </div> | 17 | </div> |
18 | <div class="row"> | 18 | <div class="row"> |
19 | <label class="col w150p">{% trans "Stay signed in" %}</label> | 19 | <label class="col w150p" for="longlastingsession">{% trans "Stay signed in" %}</label> |
20 | <div class="col"> | 20 | <div class="col"> |
21 | <input type="checkbox" name="longlastingsession" tabindex="3"> | 21 | <input type="checkbox" id="longlastingsession" name="longlastingsession" tabindex="3"> |
22 | <small class="inbl">{% trans "(Do not check on public computers)" %}</small> | 22 | <small class="inbl">{% trans "(Do not check on public computers)" %}</small> |
23 | </div> | 23 | </div> |
24 | </div> | 24 | </div> |