Skip to content

Commit

Permalink
Don't flash a message when profile is successfully edited
Browse files Browse the repository at this point in the history
We already have little "Saved" spinner/status indicators on the profile
forms, so an additional flash message is superfluous.
  • Loading branch information
nickstenning committed Jun 12, 2015
1 parent 366e362 commit a766588
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion h/accounts/views.py
Expand Up @@ -447,7 +447,6 @@ def edit_profile(self):
if password:
user.password = password

FlashMessage(self.request, _('Changes saved!'), kind='success')
return response

def disable_user(self):
Expand Down

0 comments on commit a766588

Please sign in to comment.