From 84baa764fcc3dcad28b06486768ab337359821f5 Mon Sep 17 00:00:00 2001
From: Martin Gummi <martin.gummi@teckids.org>
Date: Wed, 17 Jul 2019 17:29:13 +0200
Subject: [PATCH] Add Dummy data.

---
 biscuit/apps/chronos/templates/chronos/tt_lesson.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/biscuit/apps/chronos/templates/chronos/tt_lesson.html b/biscuit/apps/chronos/templates/chronos/tt_lesson.html
index cbcd783d..9ebb7fa4 100644
--- a/biscuit/apps/chronos/templates/chronos/tt_lesson.html
+++ b/biscuit/apps/chronos/templates/chronos/tt_lesson.html
@@ -3,8 +3,8 @@
     <h5 class="card-title">{{ lesson.subject.abbrev }}</h5>
     <h6 class="card-text">Rooms {# Will be implemented soon#}</h6>
     <ul>
-     <li>{{ lesson.teachers }}</li>
-     <li>{{ lesson.groups }}</li>
+     <li>!lesson.teachers{{ lesson.teachers }}</li>
+     <li>!lesson.groups{{ lesson.groups }}</li>
     </ul>
     <a href="#" class="card-link">Room informations</a>
   </div>
-- 
GitLab