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

remove faulty form tag, fixes #4574

Closes #4574

Merge request studip/studip!3386
parent cf5539cb
No related branches found
No related tags found
No related merge requests found
...@@ -5,8 +5,6 @@ ...@@ -5,8 +5,6 @@
<? endforeach ?> <? endforeach ?>
<? endif; ?> <? endif; ?>
</div> </div>
<form method="post">
<?= CSRFProtection::tokenTag() ?>
<table id="mvv_files" class="default sortable-table" data-sortlist="[[0, 0]]"> <table id="mvv_files" class="default sortable-table" data-sortlist="[[0, 0]]">
<caption> <caption>
<span class="actions"> <span class="actions">
...@@ -114,4 +112,3 @@ ...@@ -114,4 +112,3 @@
</tbody> </tbody>
<? endif; ?> <? endif; ?>
</table> </table>
</form>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment