From 648a399a5ffa06919457d3be2bc83940b18cd4aa Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Sun, 29 Jun 2014 20:18:18 -0400 Subject: [PATCH] Try to fix relative paths. --- templates/debug.mako | 2 +- templates/support/header.mako | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/templates/debug.mako b/templates/debug.mako index 3bc7ae5..d01d6cd 100644 --- a/templates/debug.mako +++ b/templates/debug.mako @@ -1,4 +1,4 @@ -<%include file="/support/header.mako" args="environ=environ, cookies=cookies, title='Debug'"/> +<%include file="/support/header.mako" args="environ=environ, cookies=cookies, title='Debug - Earwig\'s Copyvio Detector'"/>