From 7429965988761ee7ee7ef645e88cd97e7c419622 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Wed, 13 Mar 2024 08:40:36 -0700 Subject: [PATCH] run.instructions or "" to avoid visible None, refs #17 --- datasette_extract/templates/extract_to_table.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datasette_extract/templates/extract_to_table.html b/datasette_extract/templates/extract_to_table.html index f8e27dc..d468c03 100644 --- a/datasette_extract/templates/extract_to_table.html +++ b/datasette_extract/templates/extract_to_table.html @@ -72,7 +72,7 @@

Previous extraction tasks

{{ run.created }} {{ run.completed or "" }} {{ run.properties }} - {{ run.instructions }} + {{ run.instructions or "" }} {{ run.error or "" }} {{ run.num_items }}