Created
February 25, 2010 19:35
-
-
Save jacobian/314949 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% extends "base.html" %} | |
{% block content %} | |
<h1>Log in:</h1> | |
<form action="" method="post"> | |
{{ form.as_p }} | |
<input type="hidden" name="next" value="/authors/"> | |
<input type="submit"> | |
</form> | |
{% endblock content %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment