From 2d74ab9f3e57b72016eded1b42c502416eb9a584 Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Wed, 25 Sep 2013 13:17:00 -0300 Subject: [PATCH] Fixing template name --- src/accounts/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/accounts/views.py b/src/accounts/views.py index be77ec9..9473a78 100644 --- a/src/accounts/views.py +++ b/src/accounts/views.py @@ -24,7 +24,7 @@ class UserProfileBaseMixin(object): class UserProfileUpdateView(UserProfileBaseMixin, UpdateView): - template_name = 'accounts/user_form.html' + template_name = 'accounts/user_update_form.html' form_class = UserUpdateForm def get_success_url(self): -- libgit2 0.21.2