Skip to content

Commit 2d3a85a

Browse files
Update components/com_users/tmpl/remind/default.php
Co-authored-by: Brian Teeman <[email protected]>
1 parent 7adc2ea commit 2d3a85a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/com_users/tmpl/remind/default.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
</h1>
3030
</div>
3131
<?php endif; ?>
32-
<form id="user-registration" action="<?php echo Route::_('index.php?task=remind.remind'); ?>" method="post" class="com-users-remind__form form-validate form-horizontal well">
32+
<form action="<?php echo Route::_('index.php?task=remind.remind'); ?>" method="post" id="user-registration" class="com-users-remind__form form-validate form-horizontal well">
3333
<?php foreach ($this->form->getFieldsets() as $fieldset) : ?>
3434
<fieldset>
3535
<?php if (isset($fieldset->label)) : ?>

0 commit comments

Comments
 (0)