summaryrefslogtreecommitdiff
path: root/srv/src/api/tpl/assets.html
diff options
context:
space:
mode:
authorBrian Picciano <mediocregopher@gmail.com>2022-05-20 08:36:52 -0600
committerBrian Picciano <mediocregopher@gmail.com>2022-05-20 08:42:54 -0600
commit1242be7cfec1faa6a880d625307e32a1a91937ac (patch)
treec0dc03c6d384b7e6757eb6076d9208c7c038cb3f /srv/src/api/tpl/assets.html
parent5a997781871db4c1f504e2f59e14541bb1e62dcb (diff)
Implement posts index page
Diffstat (limited to 'srv/src/api/tpl/assets.html')
-rw-r--r--srv/src/api/tpl/assets.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/srv/src/api/tpl/assets.html b/srv/src/api/tpl/assets.html
index b8d51a2..aa5e422 100644
--- a/srv/src/api/tpl/assets.html
+++ b/srv/src/api/tpl/assets.html
@@ -33,7 +33,7 @@
<td><a href="{{ AssetURL . }}" target="_blank">{{ . }}</a></td>
<td>
<form
- action="{{ BlogURL "assets/" }}{{ . }}?method=delete"
+ action="{{ AssetURL . }}?method=delete"
method="POST"
style="margin-bottom: 0;"
>