delete less accidentally clickable

main
bel 2025-11-30 08:56:37 -07:00
parent 9583234df5
commit 07992b6636
1 changed files with 7 additions and 4 deletions

View File

@ -23,10 +23,13 @@
{{ if eq "" .editing.ID }} {{ if eq "" .editing.ID }}
New New
{{ else }} {{ else }}
<form method="POST" action="/v1/feeds?id={{ .editing.ID }}&delete"> Updating <code><a target="_blank" href="{{ .editing_url }}">{{ .editing.URL }}</a></code> (<a href="?">clear</a>)
<button type="submit">DELETE</button> <br>
</form> <div style="scale: 0.85">
Update <code><a target="_blank" href="{{ .editing_url }}">{{ .editing.URL }}</a></code> (<a href="?">clear</a>) <form method="POST" action="/v1/feeds?id={{ .editing.ID }}&delete">
<button type="submit">DELETE</button>
</form>
</div>
{{ end }} {{ end }}
</h3> </h3>
<form method="POST" action="/v1/feeds?id={{ .editing.ID }}"> <form method="POST" action="/v1/feeds?id={{ .editing.ID }}">