From bd5f3b2ba1a627383d512d613b77d15501dfccc4 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 24 Oct 2017 18:31:54 -0700 Subject: [PATCH] Show time taken at bottom of table page --- templates/table.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/table.html b/templates/table.html index 0a9d5306..9137e114 100644 --- a/templates/table.html +++ b/templates/table.html @@ -31,4 +31,5 @@ td { {% endfor %} +{% if took_ms %}Took {{ took_ms }}{% endif %} {% endblock %}