eidolon/templates/albumDelete.hamlet

12 lines
387 B
Plaintext
Raw Permalink Normal View History

2014-08-29 22:19:52 +00:00
$newline always
2016-09-02 13:55:50 +00:00
<div .item>
<h3>Delete Album #{albumTitle album}
2014-08-29 22:19:52 +00:00
2016-09-02 13:55:50 +00:00
<p>
Do you wish to delete this album and all its containing images?
2014-08-29 22:19:52 +00:00
2016-09-02 13:55:50 +00:00
<form method="POST" action=@{AlbumDeleteR albumId}>
<label for="confirm">Really delete this album
<input type="checkbox" id="confirm" name="confirm" value="confirm" required>
<input id="delete" type="submit" value="Delete album">