eidolon/templates/commentDelete.hamlet

12 lines
349 B
Plaintext
Raw Permalink Normal View History

2014-12-07 05:08:45 +00:00
$newline always
2016-09-02 13:55:50 +00:00
<div .item>
<h3>Delete comment
2014-12-07 05:08:45 +00:00
2016-09-02 13:55:50 +00:00
<p>
Do you wish to delete this comment?
2014-12-07 05:08:45 +00:00
2016-09-02 13:55:50 +00:00
<form method="POST" action=@{CommentDeleteR commentId}>
<label for="confirm">Really delete this comment
<input type="checkbox" id="confirm" name="confirm" value="confirm" required>
<input id="delete" type="submit" value="Delete comment">