From 9632cc3ec70f96a08968af9a002822315f2f95a3 Mon Sep 17 00:00:00 2001 From: Thomas Steen Rasmussen Date: Tue, 14 Mar 2017 23:24:05 +0100 Subject: [PATCH] add icon unicode hex for eventlocations in bootstrap script --- src/program/templates/schedule_base.html | 2 +- src/utils/management/commands/bootstrap-devsite.py | 10 ++++------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/src/program/templates/schedule_base.html b/src/program/templates/schedule_base.html index a760ba30..212172e0 100644 --- a/src/program/templates/schedule_base.html +++ b/src/program/templates/schedule_base.html @@ -39,7 +39,7 @@ diff --git a/src/utils/management/commands/bootstrap-devsite.py b/src/utils/management/commands/bootstrap-devsite.py index e22d8de1..9f4dc35d 100644 --- a/src/utils/management/commands/bootstrap-devsite.py +++ b/src/utils/management/commands/bootstrap-devsite.py @@ -191,29 +191,27 @@ class Command(BaseCommand): speakers_tent = EventLocation.objects.create( name='Speakers Tent', slug='speakers-tent', - icon='speakertent.png', + icon='f075', camp=camp ) workshop_room = EventLocation.objects.create( name='Workshop rooms', slug='workshop-rooms', - icon='workshop.png', + icon='f0b1', camp=camp ) bar_area = EventLocation.objects.create( name='Bar Area', slug='bar-area', - icon='bararea.png', + icon='f000', camp=camp ) food_area = EventLocation.objects.create( name='Food Area', slug='food-area', - icon='foodarea.png', + icon='f0f5', camp=camp ) - # local food event - # taste each others food self.output('Creating news for {}...'.format(year)) NewsItem.objects.create(