Skip to content
Snippets Groups Projects
Commit 733866ad authored by Moritz Strohm's avatar Moritz Strohm
Browse files

added hidden input for the "from" parameter, fixes #2179

parent db4688d6
No related branches found
No related tags found
1 merge request!4Draft: Icon creation
......@@ -2,6 +2,7 @@
<form class="default" method="post"
action="<?= $controller->link_for('resources/export/bookings') ?>">
<?= CSRFProtection::tokenTag() ?>
<input type="hidden" name="from" value="<?= $controller->link_for('resources/export/select_booking_sources') ?>">
<fieldset>
<legend><?= _('Zeitbereich auswählen') ?></legend>
<label class="col-2">
......
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