From 9fb372e1141170d03e250b4072051f8ad6362b36 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 14:07:39 +0200 Subject: [PATCH] Highlight "All days" when selected --- src/program/templates/schedule_base.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/program/templates/schedule_base.html b/src/program/templates/schedule_base.html index 21c70bf2..c0f74cc5 100644 --- a/src/program/templates/schedule_base.html +++ b/src/program/templates/schedule_base.html @@ -5,12 +5,12 @@
- +
  • All days
  • {% for day in camp.camp_days %} {% with month_padded=day.lower.date|date:"m" day_padded=day.lower.date|date:"d" %} - + {{ day.lower.date|date:"l" }} {% endwith %}