menu principal
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user