view libervia/web/pages/calls/page_meta.py @ 1597:c1c1d68d063e

pages (lists): uses std lib `json` and don't use anymore `DOMNODE`: those tricks are not needed anymore with recent versions of Brython.
author Goffi <goffi@goffi.org>
date Sun, 11 Feb 2024 21:32:53 +0100
parents eb00d593801d
children
line wrap: on
line source

#!/usr/bin/env python3
from libervia.web.server.constants import Const as C


name = "calls"
access = C.PAGES_ACCESS_PROFILE
template = "call/call.html"