From eb25a9163f9fa08051183744f918e37366161229 Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Tue, 17 Mar 2020 17:31:26 +0100 Subject: [PATCH] fixed import log badge --- cookbook/tables.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/tables.py b/cookbook/tables.py index 0282bf8bd..aaed0c509 100644 --- a/cookbook/tables.py +++ b/cookbook/tables.py @@ -44,7 +44,7 @@ class ImportLogTable(tables.Table): if value == 'SUCCESS': return format_html('%s' % value) else: - return format_html('%s' % value) + return format_html('%s' % value) class Meta: model = SyncLog