From 2bfc95198cc682f60802b7367e0db2413a382b44 Mon Sep 17 00:00:00 2001 From: Kriti Godey Date: Thu, 22 Apr 2010 17:13:00 -0400 Subject: [PATCH] "Edit user" template modified from "Create account" to "Edit account." Otherwise, redirects done. --- templates/edituser.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/edituser.html b/templates/edituser.html index 41a04b3..0c49fbc 100644 --- a/templates/edituser.html +++ b/templates/edituser.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% block content %} -

Create account

+

Edit account

{{ cform.as_p }} -- 2.20.1