Code cleanups

This commit is contained in:
Roberto Rosario
2014-06-29 20:35:36 -04:00
parent 1d821a488f
commit 41d0cfb7bf
15 changed files with 31 additions and 64 deletions

View File

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