diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-11-04 15:05:40 -0600 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-11-04 15:05:40 -0600 |
commit | 4491174df2170a9aec36b60d358016c637e4d962 (patch) | |
tree | cccdbe8564a97202149cdf3d9c7709d25e7b9ffd | |
parent | 288dcfe000ec22592956b63f58553e9783b8f82a (diff) | |
download | mediagoblin-4491174df2170a9aec36b60d358016c637e4d962.tar.lz mediagoblin-4491174df2170a9aec36b60d358016c637e4d962.tar.xz mediagoblin-4491174df2170a9aec36b60d358016c637e4d962.zip |
accoutn -> account. Typo fix caught by Laura Arjona! Thanks!
This commit sponsored by Nick Adams! Thank you!
-rw-r--r-- | mediagoblin/plugins/basic_auth/views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/plugins/basic_auth/views.py b/mediagoblin/plugins/basic_auth/views.py index 47f7ee9a..02d370f0 100644 --- a/mediagoblin/plugins/basic_auth/views.py +++ b/mediagoblin/plugins/basic_auth/views.py @@ -161,7 +161,7 @@ def verify_forgot_password(request): messages.add_message( request, messages.ERROR, _('You are no longer an active user. Please contact the system' - ' admin to reactivate your accoutn.')) + ' admin to reactivate your account.')) return redirect( request, 'index') |