Use explicit unicode

This commit is contained in:
Roberto Rosario
2014-07-18 18:47:38 -04:00
parent 2b490a08d4
commit 7cb7da42d8

View File

@@ -11,5 +11,5 @@ link_password_change = {'text': _(u'change password'), 'view': 'password_change_
link_current_user_details = {'text': _(u'user details'), 'view': 'current_user_details', 'famfam': 'vcard'}
link_current_user_edit = {'text': _(u'edit details'), 'view': 'current_user_edit', 'famfam': 'vcard_edit'}
link_about = {'text': _('about'), 'view': 'about_view', 'famfam': 'information'}
link_license = {'text': _('license'), 'view': 'license_view', 'famfam': 'script'}
link_about = {'text': _(u'about'), 'view': 'about_view', 'famfam': 'information'}
link_license = {'text': _(u'license'), 'view': 'license_view', 'famfam': 'script'}