mirror of
https://git.waldn.net/git/knotteye/satyr.git
synced 2025-10-21 18:12:47 +00:00
Add VOD management page and the ability to delete the user's own vods
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{% extends "base.njk" %}
|
||||
{% block content %}
|
||||
<h3>{{ user }}'s VODs</h3>
|
||||
{% if auth.name == user %}<span style="font-size: small;"><a href="/vods/{{user}}/manage">Manage</a> your vods.</br></span><p></p>{% endif %}
|
||||
{% asyncEach vid in list%}
|
||||
<a href="/live/{{ user }}/{{ vid.name }}">{{ vid.name }}</a></br></br>
|
||||
{% else %}
|
||||
|
Reference in New Issue
Block a user