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

removed unused code

parent 5e7d375c
No related branches found
No related tags found
No related merge requests found
......@@ -20,16 +20,6 @@
<?= _('Dieses Formular enthält Pflichtfelder.') ?>
</div>
</div>
<? if ($form_errors) : ?>
<div>
<?= _('Folgende Angaben müssen korrigiert werden, um das Formular abschicken zu können:') ?>
<ul>
<? foreach ($form_errors as $field => $error) : ?>
<li><?= htmlReady($field) ?>: <?= htmlReady($error) ?></li>
<? endforeach ?>
</ul>
</div>
<? endif ?>
</article>
<fieldset>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment