Move app url namespaces updates
This commit is contained in:
@@ -6,6 +6,7 @@ setup_items = []
|
||||
|
||||
|
||||
def register_setup(link):
|
||||
print "link", link
|
||||
setup_items.append(link)
|
||||
|
||||
# Append the link's children_view_regex to the setup main menu children view regex
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
from django.utils.translation import ugettext_lazy as _
|
||||
|
||||
link_setup = {'text': _(u'setup'), 'view': 'setup_list', 'famfam': 'cog'}
|
||||
link_setup = {'text': _(u'setup'), 'view': 'project_setup:setup_list', 'famfam': 'cog'}
|
||||
|
||||
Reference in New Issue
Block a user