From d0121346806d830d63d9c075612d10496d54899c Mon Sep 17 00:00:00 2001 From: Jonathan Weth <git@jonathanweth.de> Date: Thu, 30 Jan 2020 19:09:50 +0100 Subject: [PATCH] Add not-striped class --- aleksis/apps/chronos/templates/chronos/substitutions_print.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aleksis/apps/chronos/templates/chronos/substitutions_print.html b/aleksis/apps/chronos/templates/chronos/substitutions_print.html index d486a378..2a4e474b 100644 --- a/aleksis/apps/chronos/templates/chronos/substitutions_print.html +++ b/aleksis/apps/chronos/templates/chronos/substitutions_print.html @@ -89,7 +89,7 @@ {% ifchanged sub.lesson_period.lesson.groups %} </tbody> - <tbody class="{% cycle "" "striped" %}"> + <tbody class="{% cycle "not-striped" "striped" %}"> {% endifchanged %} {% endfor %} </tbody> -- GitLab