Skip to content

Commit

Permalink
Add Bootstrap table classes to the schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewshadura committed Aug 9, 2019
1 parent fb55e75 commit 2e353c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wafer/schedule/templates/wafer.schedule/full_schedule.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h1>
</div>
{% endif %}
{% for schedule_day in schedule_days %}
<table cellspacing=1 cellpadding=0>
<table cellspacing=1 cellpadding=0 class="table table-striped table-bordered">
{# We assume that the admin has created a valid timetable #}
<tr>
<td colspan="{{ schedule_day.venues|length|add:1 }}" class="title">
Expand Down

0 comments on commit 2e353c9

Please sign in to comment.