Template changes, bug fixed, lastfm exception fix

This commit is contained in:
Remy
2011-08-16 19:09:42 -07:00
parent 91576e3f63
commit fec2fbd926
7 changed files with 30 additions and 8 deletions

View File

@@ -1,6 +1,7 @@
<%inherit file="base.html" />
<%!
import headphones
from headphones.helpers import checked
%>
<%def name="headerIncludes()">
<div id="subhead_container">
@@ -33,6 +34,9 @@
<input type="text" value="Enter a Music Directory to scan" onfocus="if
(this.value==this.defaultValue) this.value='';" name="path" size="70" />
%endif
<br>
<h3><input type="checkbox" name="autoadd" value="1" ${checked(headphones.ADD_ARTISTS)}>Automatically add new artists</h3>
<br><br>
<input type="submit" /></form>
</div>