Move project tool links to their own module

This commit is contained in:
Roberto Rosario
2014-06-25 01:25:53 -04:00
parent 21bad298d3
commit c4439f45de
2 changed files with 8 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
from django.utils.translation import ugettext_lazy as _
link_tools = link={'text': _(u'tools'), 'view': 'tools_list', 'famfam': 'wrench'}