diff options
Diffstat (limited to 'srv/src/api/tpl/assets.html')
-rw-r--r-- | srv/src/api/tpl/assets.html | 2 |
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;" > |