My favorites | Sign in
Project Home Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions

Issue 138 attachment: login.diff (660 bytes)

1
2
3
4
5
6
7
8
9
10
11
12
13
Index: login/templates/login.html
===================================================================
--- login/templates/login.html (revision 91)
+++ login/templates/login.html (working copy)
@@ -20,7 +20,7 @@
</div>

<div class="radio">
- <input type="checkbox" id="field-rememberme" name="rememberme" tabindex="3" value="1" {% if rememberme %}checked="checked"{% endif %}/> Remember me on this computer
+ <input type="checkbox" id="field-rememberme" name="rememberme" tabindex="3" value="1" {% if rememberme %}checked="checked"{% endif %}/><label for="field-rememberme">Remember me on this computer</label>
</div>

<div class="buttons">
Powered by Google Project Hosting