From 851e6d55be41b1053d5fdb7326aa0846638992fc Mon Sep 17 00:00:00 2001 From: Dusty Phillips Date: Tue, 16 Sep 2008 21:12:26 -0400 Subject: port profile_form to newforms --- templates/devel/profile.html | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) (limited to 'templates') diff --git a/templates/devel/profile.html b/templates/devel/profile.html index 60837356..5b5a586b 100644 --- a/templates/devel/profile.html +++ b/templates/devel/profile.html @@ -1,27 +1,16 @@ -{% load validation %} {% extends "base.html" %} {% block content %}

Developer Profile

- {% if errors %} - {% print_errors errors %} - {% endif %}
- + - - - - - - - - - - + + {{form}} + -- cgit v1.2.3-2-g168b
Username:Username: {{ user.username }}
Email Address:
New Password:
Confirm Password: