view libervia/web/pages/merge-requests/new/page_meta.py @ 1606:e412712bef95

doc: fix path issue: Doc task in Libervia Website was failing due to path issue. This patch fixes it.
author Goffi <goffi@goffi.org>
date Thu, 30 May 2024 23:52:02 +0200
parents eb00d593801d
children
line wrap: on
line source

#!/usr/bin/env python3


from libervia.web.server.constants import Const as C
from libervia.backend.core.log import getLogger

log = getLogger(__name__)


name = "merge-requests_new"
access = C.PAGES_ACCESS_PUBLIC
template = "merge-request/create.html"