From c11e0f2242f8fbbcc33f488f12c782b3b1add1d0 Mon Sep 17 00:00:00 2001
From: Julian Leucker <leuckerj@gmail.com>
Date: Fri, 21 Aug 2020 16:34:22 +0200
Subject: [PATCH] Remove unused code

---
 .../templates/alsijil/class_register/week_view.html | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/aleksis/apps/alsijil/templates/alsijil/class_register/week_view.html b/aleksis/apps/alsijil/templates/alsijil/class_register/week_view.html
index 0eeb633e6..bb0bfd771 100644
--- a/aleksis/apps/alsijil/templates/alsijil/class_register/week_view.html
+++ b/aleksis/apps/alsijil/templates/alsijil/class_register/week_view.html
@@ -110,19 +110,6 @@
                 {{ weekday }}, {{ current_date }}
               </span>
               <div class="collection">
-                <!--<thead>
-                <tr>
-                  <th></th>
-                  <th>{% blocktrans %}Period{% endblocktrans %}</th>
-                  {% if not group %}
-                    <th>{% blocktrans %}Groups{% endblocktrans %}</th>
-                  {% endif %}
-                  <th>{% blocktrans %}Subject{% endblocktrans %}</th>
-                  <th>{% blocktrans %}Teachers{% endblocktrans %}</th>
-                  <th>{% blocktrans %}Lesson topic{% endblocktrans %}</th>
-                </tr>
-                </thead>
-                <tbody>-->
                 {% for period in periods %}
                   <a class="collection-item avatar"
                      href="{% url 'lesson_by_week_and_period' week.year week.week period.id %}">
-- 
GitLab