Move project setup app links to their own module
This commit is contained in:
3
mayan/apps/project_setup/links.py
Normal file
3
mayan/apps/project_setup/links.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from django.utils.translation import ugettext_lazy as _
|
||||
|
||||
link_setup = {'text': _(u'setup'), 'view': 'setup_list', 'famfam': 'cog'}
|
||||
Reference in New Issue
Block a user