Skip to content

Commit

Permalink
Merge pull request #201 from jvanbrug/master
Browse files Browse the repository at this point in the history
Fix "succes" typo in SuccessURLRedirectListMixin
  • Loading branch information
kennethlove committed May 31, 2016
2 parents 41ca7f2 + 121c200 commit e6414fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion braces/views/_forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def get_success_url(self):
# Return the reversed success url.
if self.success_list_url is None:
raise ImproperlyConfigured(
'{0} is missing a succes_list_url '
'{0} is missing a success_list_url '
'name to reverse and redirect to. Define '
'{0}.success_list_url or override '
'{0}.get_success_url().'.format(self.__class__.__name__))
Expand Down

0 comments on commit e6414fa

Please sign in to comment.