view src/pages/login/logged/page_meta.py @ 1080:2c2b8c08e6c9

pages (forums): log a warning and use an empty list when forums are not available
author Goffi <goffi@goffi.org>
date Tue, 27 Mar 2018 08:36:37 +0200
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"