Skip to content

Commit

Permalink
Fixed typo in urlconf
Browse files Browse the repository at this point in the history
  • Loading branch information
yakky committed Aug 19, 2013
1 parent 4650e58 commit 2bb6134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userena/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
auth_views.password_reset,
{'template_name': 'userena/password_reset_form.html',
'email_template_name': 'userena/emails/password_reset_message.txt',
'extra_context': {'without_username': userena_settings.USERENA_WITHOUT_USERNAMES}
'extra_context': {'without_usernames': userena_settings.USERENA_WITHOUT_USERNAMES}
},
name='userena_password_reset'),
url(r'^password/reset/done/$',
Expand Down

0 comments on commit 2bb6134

Please sign in to comment.