Mercurial > libervia-web
view libervia/pages/_browser/loading.py @ 1404:6a35167a4e2c
pages (login, register): fix `allow_registration`:
if `allow_registration` is false:
- `register_url` is not set in login page
- register page returns HTTP_FORBIDDEN
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 16 Apr 2021 18:38:45 +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()