From b53b1988c55fc7519b7be267f0da74c59dd9ffde Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Thu, 4 Sep 2014 23:40:11 -0500 Subject: [PATCH] result.action -> query.action --- templates/index.mako | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/index.mako b/templates/index.mako index 032dec0..2cce0e6 100644 --- a/templates/index.mako +++ b/templates/index.mako @@ -163,7 +163,7 @@ % endif - % if result.action == "search": + % if query.action == "search": % endif