Skip to content

Instantly share code, notes, and snippets.

@jacobian
Created October 12, 2011 18:49
Show Gist options
  • Save jacobian/1282149 to your computer and use it in GitHub Desktop.
Save jacobian/1282149 to your computer and use it in GitHub Desktop.
Simple login template - registration/login.html
<form method="post" action="{% url login %}">
{% csrf_token %}
{{ form.as_p }}
<input type="submit" value="login" />
<input type="hidden" name="next" value="{{ next|default:"/entries/" }}" />
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment