Added view to display project settings
This commit is contained in:
@@ -2,12 +2,14 @@ from django.utils.translation import ugettext_lazy as _
|
||||
|
||||
from common.api import register_menu
|
||||
|
||||
check_settings = {'text':_(u'settings'), 'view':'check_settings', 'famfam':'cog'}
|
||||
|
||||
|
||||
register_menu([
|
||||
{'text':_(u'home'), 'view':'home', 'famfam':'house', 'position':0},
|
||||
|
||||
#{'text':_(u'setup'), 'view':'', 'links': [
|
||||
#],'famfam':'cog', 'name':'setup','position':7},
|
||||
{'text':_(u'setup'), 'view':'check_settings', 'links': [
|
||||
],'famfam':'cog', 'name':'setup','position':7},
|
||||
|
||||
{'text':_(u'about'), 'view':'about', 'position':8},
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user