s1llyw0rdz/web/handler/html/confirm_remove_status.html

7 lines
230 B
HTML
Raw Normal View History

2021-11-22 13:30:20 +00:00
{{ define "content" }}
Are you sure you you want to delete the following status?
<p>{{ .status.Content }}</p>
<form action="/statuses/{{ .status.Id }}/remove" method="post">
<input type="submit" value="Submit">
</form>
{{ end }}