# HG changeset patch # User Nishanth Amuluru # Date 1294374286 -19800 # Node ID 0e8d0f5474f2465d6f74d78d99aaa33e1a368fcb # Parent 46e07d429ea1737070e6c3fdcc1e016953d09e7b Added template for creating a login diff -r 46e07d429ea1 -r 0e8d0f5474f2 templates/registration/registration_form.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/templates/registration/registration_form.html Fri Jan 07 09:54:46 2011 +0530 @@ -0,0 +1,8 @@ +{% extends 'base.html' %} +{% block content %} +
+{% csrf_toekn %} +{{ form.as_p }} + +
+{% endblock %}