6 lines
188 B
Python
6 lines
188 B
Python
from __future__ import unicode_literals
|
|
|
|
from django.utils.translation import ugettext_lazy as _
|
|
|
|
link_tools = {'text': _('Tools'), 'view': 'project_tools:tools_list', 'famfam': 'wrench'}
|