From a8519ccc74c110a5810bb86f33c249feb7ea99a6 Mon Sep 17 00:00:00 2001 From: Horilla Date: Thu, 25 Dec 2025 13:25:25 +0530 Subject: [PATCH] [FIX] HORILLA_THEME: Fixed the format html no valid args or kwargs issue --- horilla_theme/overrides.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/horilla_theme/overrides.py b/horilla_theme/overrides.py index 00ae0eec5..1d5af2947 100644 --- a/horilla_theme/overrides.py +++ b/horilla_theme/overrides.py @@ -103,8 +103,8 @@ def penalities_column(self): ) else: return format_html( - '
' - "No Penalties
" + '
{}
', + "No Penalties", )