Mercurial > libervia-web
view libervia/pages/merge-requests/new/page_meta.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 | e3e303a30a74 |
children |
line wrap: on
line source
#!/usr/bin/env python3 from libervia.server.constants import Const as C from sat.core.log import getLogger log = getLogger(__name__) name = "merge-requests_new" access = C.PAGES_ACCESS_PUBLIC template = "merge-request/create.html"