Added log, history templates, changed some css, included updatebar, subheadings

This commit is contained in:
Remy
2011-08-06 01:25:47 -07:00
parent fe1667a2e0
commit 644344cb27
11 changed files with 157 additions and 87 deletions

View File

@@ -0,0 +1,9 @@
<%inherit file="base.html"/>
<%def name="headIncludes()">
<meta http-equiv="refresh" content="120;url=index">
</%def>
<%def name="body()">
Headphones is updating
</%def>