sTodo/templates/edit-group.hamlet
2025-07-14 16:06:17 +02:00

8 lines
267 B
Text

<form action=@{DeleteGroupR} method="POST">
<ul>
$forall group <- groups
<li>
<input type="checkbox" name="ids" value="#{a group}">
<a href="">#{(groupGroup . entityVal) group}
<button type=submit>Delete selected
<a href=@{GroupR}>Back