diff options
Diffstat (limited to 'srv/src')
-rw-r--r-- | srv/src/api/tpl/assets.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/srv/src/api/tpl/assets.html b/srv/src/api/tpl/assets.html index 5ed6515..b8d51a2 100644 --- a/srv/src/api/tpl/assets.html +++ b/srv/src/api/tpl/assets.html @@ -32,7 +32,11 @@ <tr> <td><a href="{{ AssetURL . }}" target="_blank">{{ . }}</a></td> <td> - <form action="{{ BlogURL "assets/" }}{{ . }}?method=delete" method="POST"> + <form + action="{{ BlogURL "assets/" }}{{ . }}?method=delete" + method="POST" + style="margin-bottom: 0;" + > {{ $csrfFormInput }} <input type="submit" value="Delete" /> </form> |