Fix form submit when JS is enabled

refs #7163
This commit is contained in:
Johannes Meyer 2014-10-01 09:18:44 +02:00
parent 8f79e0a713
commit e186c21821
1 changed files with 3 additions and 1 deletions

View File

@ -1 +1,3 @@
<?= $wizard->getForm()->render(); ?>
<div class="container">
<?= $wizard->getForm()->render(); ?>
</div>