view src/pages/login/logged/page_meta.py @ 998:0848b8b0188d

pages: dynamic set up is now done just before prepare_render call: dynamic set up is not done at the beginning of the page workflow anymore because dynamic method should not be used during parse_url and page workflow may switch in case of redirection.
author Goffi <goffi@goffi.org>
date Fri, 05 Jan 2018 16:29:29 +0100
parents b92b06f023cb
children 8b70c838ed14
line wrap: on
line source

#!/usr/bin/env python2.7
# -*- coding: utf-8 -*-

from sat.core.log import getLogger
log = getLogger('pages/login')

"""SàT log-in page, with link to create an account"""

template = u"login/logged.html"