eidolon/templates/commentDelete.hamlet
2014-12-21 20:01:03 +01:00

11 lines
323 B
Plaintext

$newline always
<h3>Delete comment
<p>
Do you wish to delete this comment?
<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">