mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-16 08:35:32 +01:00
Added config, extras, manage, upcoming
This commit is contained in:
14
data/interfaces/default/upcoming.html
Normal file
14
data/interfaces/default/upcoming.html
Normal 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>
|
||||
Reference in New Issue
Block a user