Skip to content

Instantly share code, notes, and snippets.

@jacobian
Created February 25, 2010 19:35
Show Gist options
  • Save jacobian/314949 to your computer and use it in GitHub Desktop.
Save jacobian/314949 to your computer and use it in GitHub Desktop.
{% 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