Fix that the authentication reorder form does not have an action

This commit is contained in:
Johannes Meyer 2015-02-16 15:08:27 +01:00
parent 0c0478688e
commit c135d3243a
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<form id="<?= $form->getName(); ?>" name="<?= $form->getName(); ?>" enctype="<?= $form->getEncType(); ?>" method="<?= $form->getMethod(); ?>">
<form data-base-target="_self" id="<?= $form->getName(); ?>" name="<?= $form->getName(); ?>" enctype="<?= $form->getEncType(); ?>" method="<?= $form->getMethod(); ?>" action="<?= $form->getAction(); ?>">
<table class="action">
<thead>
<th>Backend</th>