From ff5776659fa5dfbf248763e641040e8054792642 Mon Sep 17 00:00:00 2001 From: Remy Date: Tue, 9 Aug 2011 17:43:36 -0700 Subject: [PATCH] Added customizable interfaces option to config --- data/interfaces/default/config.html | 20 ++++++++++++++++++-- headphones/__init__.py | 7 ++++++- headphones/webserve.py | 14 +++++++++++--- 3 files changed, 35 insertions(+), 6 deletions(-) diff --git a/data/interfaces/default/config.html b/data/interfaces/default/config.html index fe464f75..5f4aa2da 100644 --- a/data/interfaces/default/config.html +++ b/data/interfaces/default/config.html @@ -1,4 +1,8 @@ <%inherit file="base.html"/> +<%! + import headphones +%> + <%def name="headerIncludes()">