Fixing tyop. Thanks for catching, tryggvib :)

This commit is contained in:
Christopher Allan Webber 2013-09-04 16:01:21 -05:00
parent abff297cf9
commit 5738838e93

View File

@ -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')