Advertisement
Guest User

Untitled

a guest
May 31st, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.57 KB | None | 0 0
  1. <form method="post" action="/accounts/login/">
  2.   <p>
  3.     <label for="id_username" class="textSmall">Username: </label>
  4.     <input name="username" type="text" id="id_username" size="20" maxlength="15" />
  5. </p>
  6.     <label for="id_password" class="textSmall">
  7.       Password: </label>
  8.     <input name="password" type="password" id="id_password" size="20" maxlength="15" />
  9.   </p>
  10.   <p>
  11.    
  12.     <input type="submit" value="Sign in">
  13.    
  14.     <input type="hidden" name="next" value="" />
  15.   </p>
  16. </form>
  17. <a href="/accounts/password/reset/">I can not access my account</a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement