# HG changeset patch # User anoop # Date 1266409131 -19800 # Node ID b742f22b62d11b2a3123eb65bb5ab3609f4cde06 # Parent 43853e376bb853dd4fb18316315ea06e4dc5eb57 deleted unwanted files/templates to start using django-registration(contd..). diff -r 43853e376bb8 -r b742f22b62d1 templates/user/login.html --- a/templates/user/login.html Wed Feb 17 17:46:16 2010 +0530 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,17 +0,0 @@ -{% extends 'base.html' %} -{% block content %} -
- {{ form.as_p }} - -{% if errors %} -

- Please correct the error{{ errors|pluralize }} below. - {% for i in errors %} -
{{ i }} - {% endfor %} -

-{% endif %} - - -
-{% endblock %} diff -r 43853e376bb8 -r b742f22b62d1 templates/user/register.html --- a/templates/user/register.html Wed Feb 17 17:46:16 2010 +0530 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,17 +0,0 @@ -{% extends 'base.html' %} -{% block content %} -
- {{ form.as_p }} - -{% if errors %} -

- Please correct the error{{ errors|pluralize }} below. - {% for i in errors %} -
{{ i }} - {% endfor %} -

-{% endif %} - - -
-{% endblock %}