Upload app
This commit is contained in:
19
src/templates/season.html
Executable file
19
src/templates/season.html
Executable file
@@ -0,0 +1,19 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>{{ item.title }}</title>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<h1><a href="..">Episodes</a></h1>
|
||||
<ol>
|
||||
{% for title, prop in episodes.items() %}
|
||||
<li>
|
||||
{{ title }} -
|
||||
<a href="{{ prop['upload'] }}">Upload</a> -
|
||||
<a href="{{ prop['manage'] }}">Manage</a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ol>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user