From 5b5d4f2c406577de59ab719827b7de1c6b68a1f8 Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Mon, 8 Sep 2014 01:28:30 -0500 Subject: [PATCH] result.action -> query.action --- templates/index.mako | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.mako b/templates/index.mako index 9cf26a5..48b0b21 100644 --- a/templates/index.mako +++ b/templates/index.mako @@ -144,7 +144,7 @@
% if result.cached: Results cachedTo save time (and money), this tool will retain the results of checks for up to 72 hours. This includes the URLs of the checked sources, but neither their content nor the content of the article. Future checks on the same page (assuming it remains unchanged) will not involve additional search queries, but a fresh comparison against the source URL will be made. If the page is modified, a new check will be run. from ${result.cache_age} ago. Originally generated in ${round(result.time, 3)} seconds using ${result.queries} queries. - % elif result.action == "search": + % elif query.action == "search": Results generated in ${round(result.time, 3)} seconds using ${result.queries} queries. % else: Results generated in ${round(result.time, 3)} seconds.