Add queue tab
This commit is contained in:
parent
06e2f25107
commit
1eeee43f2c
4 changed files with 33 additions and 0 deletions
8
templates/queue.html
Normal file
8
templates/queue.html
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}queue{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
<h2>Queue</h2>
|
||||
<p>Sorry, nothing here yet.</p>
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue