From e03d5f3e79ed1f5b6e787ed23572525c42763b42 Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Tue, 9 Feb 2016 03:25:43 -0600 Subject: [PATCH] Fix expression. --- templates/index.mako | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.mako b/templates/index.mako index e658158..1ac294c 100644 --- a/templates/index.mako +++ b/templates/index.mako @@ -1,6 +1,6 @@ <%include file="/support/header.mako" args="title='TIF Calculator'"/>
- % if result["title"]: + % if "title" in result: % else: