Skip to content
Snippets Groups Projects
Commit 768c27db authored by David Siegfried's avatar David Siegfried Committed by Jan-Hendrik Willms
Browse files

show waiting-list, fixes #4632

Closes #4632

Merge request studip/studip!3443
parent 43c7b743
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
?> ?>
<? if (empty($waiting_list)) : ?> <? if (!empty($waiting_list)) : ?>
<table class="default collapsable" id="my_waitlists"> <table class="default collapsable" id="my_waitlists">
<caption> <caption>
<?= _('Anmelde- und Wartelisteneinträge') ?> <?= _('Anmelde- und Wartelisteneinträge') ?>
......
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