X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/1a949f7c97dc2f34c135f5cdf088df2927d3d652..50fbe8932e4003847fe4c4ed0c188f231d3f6a25:/forum_modules/localauth/authentication.py?ds=sidebyside diff --git a/forum_modules/localauth/authentication.py b/forum_modules/localauth/authentication.py index 770ea08..c85a005 100644 --- a/forum_modules/localauth/authentication.py +++ b/forum_modules/localauth/authentication.py @@ -11,7 +11,7 @@ class LocalAuthConsumer(AuthenticationConsumer): raise InvalidAuthentication(" ".join(form_auth.errors.values()[0])) class LocalAuthContext(ConsumerTemplateContext): - mode = 'STACK_ITEM' + mode = 'STACK_ITEM' weight = 1000 human_name = 'Local authentication' stack_item_template = 'modules/localauth/loginform.html'