From e6e7ab2f17be8d66479a7be00e491579b2b7c3f1 Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Fri, 18 Jul 2014 22:46:33 -0400 Subject: [PATCH] lol whoops --- templates/index.mako | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/templates/index.mako b/templates/index.mako index 42d4b71..2d5f77e 100644 --- a/templates/index.mako +++ b/templates/index.mako @@ -1,6 +1,8 @@ -<%! from flask import g, request %>\ +<%! + from flask import g, request + from copyvios.checker import T_POSSIBLE, T_SUSPECT +%>\ <%include file="/support/header.mako" args="title='Earwig\'s Copyvio Detector'"/> -<%namespace module="copyvios.checker" import="T_POSSIBLE, T_SUSPECT"/>\ <%namespace module="copyvios.highlighter" import="highlight_delta"/>\ <%namespace module="copyvios.misc" import="httpsfix, urlstrip"/>\ % if query.project and query.lang and (query.title or query.oldid):