Skip to content
Snippets Groups Projects
Commit f74bbdb0 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

fixes #3575

Closes #3575

Merge request studip/studip!2469
parent ba52642f
No related branches found
No related tags found
No related merge requests found
<form action="<?= $action ?>" method="post" class="default">
<?= CSRFProtection::tokenTag() ?>
<input type="hidden" name="cancel" value="1">
<?= addHiddenFields('slot-id', $slots->map(function ($slot) {
return "{$slot->block_id}-{$slot->id}";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment