view libervia/pages/merge-requests/new/page_meta.py @ 1458:db13f5c768a0

server: `checkRedirection`: fix range variable + type hints + arg name: - fix wrong variable used for range - add type hints - use a better argument to show that a URL path is used and not a whole URL
author Goffi <goffi@goffi.org>
date Wed, 29 Sep 2021 17:39:08 +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"