6 lines
185 B
Python
6 lines
185 B
Python
from __future__ import unicode_literals
|
|
|
|
from django.utils.translation import ugettext_lazy as _
|
|
|
|
link_setup = {'text': _('Setup'), 'view': 'project_setup:setup_list', 'famfam': 'cog'}
|