Mercurial > libervia-web
view src/pages/login/logged/page_meta.py @ 981:97cce8c1e96a
pages(tickets): better URL handling:
- do no accept anymore URL without service or node
- use new getSubPageURL for tickets_new and individual ticket viewing URLs
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 14 Nov 2017 08:37:48 +0100 |
parents | 2932170bb526 |
children | b92b06f023cb |
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" def prepare_render(self, request): request.template_data['profile'] = self.getProfile(request)