eidolon/templates/commentDelete.hamlet
2016-09-02 15:55:50 +02:00

12 lines
349 B
Plaintext
Executable file

$newline always
<div .item>
<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">