view libervia/pages/merge-requests/new/page_meta.py @ 1516:a3ca1bab6eb1

server, restricted bridge: add new methods and signals to prepare calls implementation: rel 422
author Goffi <goffi@goffi.org>
date Thu, 01 Jun 2023 20:44:57 +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"