From 56530a8a66937194fb4e99af95bcea6bb0281f66 Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Wed, 18 May 2022 10:59:07 -0600 Subject: Implement asset deletion and fix redirect logic --- srv/src/api/tpl/admin-assets.html | 42 --------------------------------------- 1 file changed, 42 deletions(-) delete mode 100644 srv/src/api/tpl/admin-assets.html (limited to 'srv/src/api/tpl/admin-assets.html') diff --git a/srv/src/api/tpl/admin-assets.html b/srv/src/api/tpl/admin-assets.html deleted file mode 100644 index 036002e..0000000 --- a/srv/src/api/tpl/admin-assets.html +++ /dev/null @@ -1,42 +0,0 @@ -{{ define "body" }} - -

Upload Asset

- -

- If the given ID is the same as an existing asset's ID, then that asset will be - overwritten. -

- -
- {{ .CSRFFormInput }} -
-
- -
-
-
-
-
- -
-
-
- -

Existing Assets

- - - - {{ range .Payload.IDs }} - - - - - {{ end }} - -
{{ . }} - Delete (TODO) -
- -{{ end }} - -{{ template "base.html" . }} -- cgit v1.2.3