X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/1a949f7c97dc2f34c135f5cdf088df2927d3d652..bd65d9583dbb436bbc1a790e7649531742b8386a:/forum_modules/localauth/authentication.py?ds=sidebyside diff --git a/forum_modules/localauth/authentication.py b/forum_modules/localauth/authentication.py index 770ea08..837b756 100644 --- a/forum_modules/localauth/authentication.py +++ b/forum_modules/localauth/authentication.py @@ -11,8 +11,9 @@ 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' - show_to_logged_in_user = False \ No newline at end of file + show_to_logged_in_user = False +