From fa96194749e4deadc27a1e96bc26f0fb96846d88 Mon Sep 17 00:00:00 2001 From: Remy Date: Thu, 14 Jul 2011 22:34:56 -0700 Subject: [PATCH] Changed the reload mechanism, moved the shutdown header to templates.py --- headphones/templates.py | 12 ++++++++++++ headphones/webserve.py | 15 +++++++++------ 2 files changed, 21 insertions(+), 6 deletions(-) diff --git a/headphones/templates.py b/headphones/templates.py index fd8409d2..4dabac0d 100644 --- a/headphones/templates.py +++ b/headphones/templates.py @@ -8,6 +8,18 @@ _header = '''
''' + +_shutdownheader = ''' + + + Headphones + + + + + + +