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

fixes #3129

Closes #3129

Merge request studip/studip!2111
parent bf04f872
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
<? echo $this->render_partial('shared/version/_versionmodule', ['version' => $version]); ?> <? echo $this->render_partial('shared/version/_versionmodule', ['version' => $version]); ?>
<div style="text-align: center;" data-dialog-button> <div style="text-align: center;" data-dialog-button>
<?= CSRFProtection::tokenTag(); ?> <?= CSRFProtection::tokenTag(); ?>
<?= Studip\ Button::createAccept(_('Genehmigen'), 'approval', []) ?> <?= Studip\Button::createAccept(_('Genehmigen'), 'approval', []) ?>
<?= Studip\LinkButton::createCancel(_('Abbrechen')) ?> <?= Studip\LinkButton::createCancel(_('Abbrechen')) ?>
</div> </div>
</form> </form>
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