view src/pages/common/page_meta.py @ 955:4f7cb6335a33

server(pages): do Post/Redirect/Get pattern when on_data_post is used (avoid double posting on refresh)
author Goffi <goffi@goffi.org>
date Sun, 09 Jul 2017 22:28:40 +0200
parents ee243d48100e
children
line wrap: on
line source

#!/usr/bin/env python2.7
# -*- coding: utf-8 -*-
from libervia.server.constants import Const as C

access = C.PAGES_ACCESS_NONE
"""pages in this hierarchy are pages used commonly and rendered from other locations"""