Skip to content

Commit

Permalink
password field
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl Anderson committed Feb 24, 2013
1 parent cd6ab10 commit c4c813c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view/templates/login.html
Expand Up @@ -13,7 +13,7 @@ <h1>Login</h1>
<dd><input type="text" name="username"
value="{{ request.form.username }}"></dd>
<dt>Password:</dt>
<dd><input type="text" name="password"</dd>
<dd><input type="password" name="password"</dd>
<dt>Remember Me:</dt>
<dd><input type="checkbox" name="remember" value="yes"></dd>
<dd><input type="submit" value="Login"></dd>
Expand Down

0 comments on commit c4c813c

Please sign in to comment.