From d07c780ae2109a0da05f0f11e869e7b0ffb987c9 Mon Sep 17 00:00:00 2001
From: Dominik George <dominik.george@teckids.org>
Date: Sat, 31 Aug 2019 18:12:37 +0200
Subject: [PATCH] Revert "Fix dictionary access."

This reverts commit 2fb685a88d974086fb7ea14de75d4816a0b5829d.
---
 biscuit/apps/chronos/templates/chronos/lessons_list.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/biscuit/apps/chronos/templates/chronos/lessons_list.html b/biscuit/apps/chronos/templates/chronos/lessons_list.html
index a1684161..dd06df9e 100644
--- a/biscuit/apps/chronos/templates/chronos/lessons_list.html
+++ b/biscuit/apps/chronos/templates/chronos/lessons_list.html
@@ -16,7 +16,7 @@
   <input type="submit" value="Select" /> 
  </form>
 
- {% for weekday, lesson_periods_day in lesson_periods.items %}
+ {% for weekday, lesson_periods_day in lesson_periods %}
   <h3>{{ weekday }}</h3>
   <table class="table table-striped table-bordered table-hover table-responsive-xl">
    <thead>
-- 
GitLab