Added config, extras, manage, upcoming

This commit is contained in:
Remy
2011-08-07 01:31:38 -07:00
parent 74149a6d3c
commit ca7526262c
10 changed files with 458 additions and 176 deletions

View File

@@ -0,0 +1,14 @@
<%inherit file="base.html" />
<%def name="body()">
<div class="table_wrapper">
<h1>Upcoming Albums</h1>
%for album in wanted:
%endfor
</div>
<div class="table_wrapper">
<h1>Wanted Albums</h1>
</div>
</%def>