- <html>
- <head>
- <title>Django Bookmarks - User Login</title>
- </head>
- <body>
- <h1>User Login</h1>
- {% csrf_token %}
- {% if form.errors %}
- <p>Your username and password didn't match.
- Please try again.</p>
- {% endif %}
- <form method="post" action=".">
- <p><label for="id_username">Username:</label>
- {{ form.username }}</p>
- <p><label for="id_password">Password:</label>
- {{ form.password }}</p>
- <input type="hidden" name="next" value="/" />
- <input type="submit" value="login" />
- </form>
- </body>
- </html>
SHARE
TWEET
Untitled
a guest
Jan 29th, 2013
27
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy.
