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