This commit is contained in:
Matt Wright
2012-06-06 17:46:06 -04:00
parent 2d0c49f4b4
commit d3202c03ba
+1 -1
View File
@@ -60,7 +60,7 @@ def authenticate():
msg = str(e)
except Exception, e:
msg = 'Uknown authentication error'
msg = 'Unknown authentication error'
do_flash(msg, 'error')