From 5f1e1fba344db3ba72abbf40312a97855b4c894b Mon Sep 17 00:00:00 2001
From: Michael Bauer <michael-bauer@posteo.de>
Date: Fri, 6 Dec 2024 19:58:15 +0100
Subject: [PATCH] Remove reference to non-existing lessons-day-head-css-class

---
 .../templates/alsijil/partials/register_coursebook.html        | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/aleksis/apps/alsijil/templates/alsijil/partials/register_coursebook.html b/aleksis/apps/alsijil/templates/alsijil/partials/register_coursebook.html
index f6d7e4310..eb1848218 100644
--- a/aleksis/apps/alsijil/templates/alsijil/partials/register_coursebook.html
+++ b/aleksis/apps/alsijil/templates/alsijil/partials/register_coursebook.html
@@ -31,8 +31,7 @@
                 {% endif %}
               ">
           {% if forloop.first %}
-          <!-- TODO: There is no lessons-day-head class -->
-            <th rowspan="{{ documentations|length }}" class="lessons-day-head">{{ day|date:"D" }}</th>
+            <th rowspan="{{ documentations|length }}">{{ day|date:"D" }}</th>
           {% endif %}
           <td class="lesson-pe">
             {% if doc.amends %}
-- 
GitLab