From 312209232696f97ea7e33b8e8bd05d05f716620e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=AD=C3=B0ir=20Valberg=20Gu=C3=B0mundsson?= Date: Fri, 21 Apr 2017 11:28:22 +0200 Subject: [PATCH] All filters should be checked on start. --- src/program/templates/schedule_base.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/program/templates/schedule_base.html b/src/program/templates/schedule_base.html index 9d16c8fc..21c70bf2 100644 --- a/src/program/templates/schedule_base.html +++ b/src/program/templates/schedule_base.html @@ -32,7 +32,8 @@ {{ type.name }} + class="form-control event-type-checkbox" + checked /> {{ type.name }} {% endfor %} @@ -46,7 +47,8 @@ {{ location.name }} + class="form-control location-checkbox" + checked /> {{ location.name }} {% endfor %}