8 lines
No EOL
408 B
Text
8 lines
No EOL
408 B
Text
<form action=@{DeleteTodolistR groupId} method="POST">
|
|
<ul>
|
|
$forall list <- lists
|
|
<li>
|
|
<input type="checkbox" name="ids" value="#{keyToText list}">
|
|
<a href="">#{(todolistTitle . entityVal) list}
|
|
<button type=submit>Delete selected
|
|
<a href=@{TodolistR groupId}>Back |