Commit 2d74ab9f3e57b72016eded1b42c502416eb9a584

Authored by Sergio Oliveira
1 parent 149dbe0a

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 24  
25 25  
26 26 class UserProfileUpdateView(UserProfileBaseMixin, UpdateView):
27   - template_name = 'accounts/user_form.html'
  27 + template_name = 'accounts/user_update_form.html'
28 28 form_class = UserUpdateForm
29 29  
30 30 def get_success_url(self):
... ...