This commit is contained in:
Carl Pearson
2024-10-12 06:09:29 -06:00
parent a61b4f1e8c
commit ca9d8bdc06
4 changed files with 10 additions and 6 deletions

View File

@@ -45,12 +45,12 @@
</form>
{{end}}
<form action="/video/{{.ID}}/delete" method="post" style="display:inline;">
<button type="submit">Delete</button>
<button class="delete-btn" type="submit">Delete</button>
</form>
</div>
</div>
{{end}}
{{define "playlist-video-card-css"}}
<!-- <link rel="stylesheet" href="/static/style/footer.css"> -->
<link rel="stylesheet" href="/static/style/video-card.css">
{{end}}