menu principal

This commit is contained in:
CAO Thien-An
2017-07-22 18:37:51 +02:00
parent bd128102c2
commit 3841d34eab
11 changed files with 221 additions and 112 deletions

View File

@@ -1,11 +1,12 @@
# -*- coding: utf8 -*-
from pyramid_layout.layout import layout_config
from pyramid.security import authenticated_userid
from .security import groupfinder
from views.default import (
to_euro,
to_percent,
to_decimal,
to_percent,
to_decimal,
)
from pyramid.security import authenticated_userid
@layout_config(template='templates/layouts/global_layout.pt')
class GlobalLayout(object):