Commit 2d74ab9f3e57b72016eded1b42c502416eb9a584
1 parent
149dbe0a
Exists in
master
and in
39 other branches
Fixing template name
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/accounts/views.py
@@ -24,7 +24,7 @@ class UserProfileBaseMixin(object): | @@ -24,7 +24,7 @@ class UserProfileBaseMixin(object): | ||
24 | 24 | ||
25 | 25 | ||
26 | class UserProfileUpdateView(UserProfileBaseMixin, UpdateView): | 26 | class UserProfileUpdateView(UserProfileBaseMixin, UpdateView): |
27 | - template_name = 'accounts/user_form.html' | 27 | + template_name = 'accounts/user_update_form.html' |
28 | form_class = UserUpdateForm | 28 | form_class = UserUpdateForm |
29 | 29 | ||
30 | def get_success_url(self): | 30 | def get_success_url(self): |