diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-09-04 16:01:21 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-09-04 16:01:21 -0500 |
commit | 5738838e9314abe46170187b32e51c351cb8ccaa (patch) | |
tree | 9493cecdaff8d4907ccb66a16468793e56b700be | |
parent | abff297cf97b8ee082e320fce0c32672276be46e (diff) | |
download | mediagoblin-5738838e9314abe46170187b32e51c351cb8ccaa.tar.lz mediagoblin-5738838e9314abe46170187b32e51c351cb8ccaa.tar.xz mediagoblin-5738838e9314abe46170187b32e51c351cb8ccaa.zip |
Fixing tyop. Thanks for catching, tryggvib :)
-rw-r--r-- | mediagoblin/auth/views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/auth/views.py b/mediagoblin/auth/views.py index dd71d5c1..d114833c 100644 --- a/mediagoblin/auth/views.py +++ b/mediagoblin/auth/views.py @@ -338,7 +338,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') |