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