diff --git a/program/templates/event_list.html b/program/templates/event_list.html index 54d1a559..e7b1e4ea 100644 --- a/program/templates/event_list.html +++ b/program/templates/event_list.html @@ -8,7 +8,7 @@
{% for event in event_list %} - + {{ event.title }} {% endfor %} diff --git a/program/templates/program_base.html b/program/templates/program_base.html index 40987e9f..060db1b5 100644 --- a/program/templates/program_base.html +++ b/program/templates/program_base.html @@ -2,13 +2,13 @@ {% block content %} - + Overview {% for day in days %} {% with day.date|date:"m" as month_padded %} {% with day.date|date:"d" as day_padded %} - + {{ day.date|date:"l" }} {% endwith %} diff --git a/program/templates/program_day.html b/program/templates/program_day.html index fab9de23..851b9e90 100644 --- a/program/templates/program_day.html +++ b/program/templates/program_day.html @@ -10,7 +10,7 @@ {% endifchanged %} {{ event.start|date:"H:i" }} - {{ event.end|date:"H:i" }}
diff --git a/program/templates/program_overview.html b/program/templates/program_overview.html index d936beee..91e3561e 100644 --- a/program/templates/program_overview.html +++ b/program/templates/program_overview.html @@ -2,14 +2,14 @@ {% block program_content %}
Call for Speakers -Speakers -Talks & Events +Speakers +Talks & Events - + All {% for event_type in event_types %} - + {{ event_type.name }} {% endfor %} @@ -21,7 +21,7 @@
{% for event in events %} {{ event.start|date:"H:i" }} - {{ event.end|date:"H:i" }}
diff --git a/program/templates/speaker_list.html b/program/templates/speaker_list.html index 5726a8f4..33cc6b4a 100644 --- a/program/templates/speaker_list.html +++ b/program/templates/speaker_list.html @@ -8,7 +8,7 @@