From 824218ea24be4a08061092a8878cc88dedb3bd8f Mon Sep 17 00:00:00 2001 From: Nishanth Amuluru Date: Fri, 7 Jan 2011 09:54:46 +0530 Subject: Added template for creating a login --- templates/registration/registration_form.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 templates/registration/registration_form.html diff --git a/templates/registration/registration_form.html b/templates/registration/registration_form.html new file mode 100644 index 0000000..37ee9d9 --- /dev/null +++ b/templates/registration/registration_form.html @@ -0,0 +1,8 @@ +{% extends 'base.html' %} +{% block content %} +
+{% endblock %} -- cgit