Add new appearance app to hold all of the base templates, images, icons and external packages related to the frontend and look of the project
This commit is contained in:
@@ -2,4 +2,4 @@ from __future__ import unicode_literals
|
||||
|
||||
from django.utils.translation import ugettext_lazy as _
|
||||
|
||||
events_list = {'text': _('Events'), 'view': 'events:events_list', 'famfam': 'book', 'icon': 'main/icons/book.png'}
|
||||
events_list = {'text': _('Events'), 'view': 'events:events_list', 'famfam': 'book', 'icon': 'appearance/icons/book.png'}
|
||||
|
||||
Reference in New Issue
Block a user