eidolon/templates/commentDelete.hamlet

11 lines
322 B
Text
Raw Normal View History

2014-12-07 05:08:45 +00:00
$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 medium">