Mercurial > libervia-web
view libervia/pages/merge-requests/new/page_meta.py @ 1148:3c7a64adfd42
pages: use absolute path for build_path + added page_url to template (which is getURL() without argument)
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 26 Jan 2019 20:15:24 +0100 |
parents | 29eb15062416 |
children | b2d067339de3 |
line wrap: on
line source
#!/usr/bin/env python2.7 # -*- coding: utf-8 -*- from libervia.server.constants import Const as C from sat.core.log import getLogger log = getLogger(__name__) """ticket handling pages""" name = u"merge-requests_new" access = C.PAGES_ACCESS_PUBLIC template = u"merge-request/create.html"