From 468c1de26bc817cbfc502db90165d2e2ddad7e6d Mon Sep 17 00:00:00 2001 From: Peter Pfeufer Date: Wed, 20 Mar 2024 19:22:03 +0100 Subject: [PATCH] [CHANGE] restore the "old" color coding in table rows --- allianceauth/timerboard/templates/timerboard/timertable.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/allianceauth/timerboard/templates/timerboard/timertable.html b/allianceauth/timerboard/templates/timerboard/timertable.html index 0cfe6db0..da89a39b 100644 --- a/allianceauth/timerboard/templates/timerboard/timertable.html +++ b/allianceauth/timerboard/templates/timerboard/timertable.html @@ -19,9 +19,9 @@ {% for timer in timers %} {% if timer.important == True %} - + {% else %} - + {% endif %}