Mercurial > libervia-web
view libervia/pages/_browser/loading.py @ 1405:3dff555fe691
pages: do no send HTTP_FORBIDDEN when registration is not allowed and no profile is connected:
if registration is not allowed, an existing user may still want to log in.
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 16 Apr 2021 18:40:17 +0200 |
parents | 08739952a18f |
children |
line wrap: on
line source
"""manage common dialogs""" from browser import document def remove_loading_screen(): print("removing loading screen") document['loading_screen'].remove()