make edit profile page valid
This commit is contained in:
parent
129926f1e7
commit
6c85981406
1 changed files with 1 additions and 3 deletions
|
@ -3,9 +3,7 @@ $this->includeTemplate($GLOBALS['top_include']);
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<form action="<?php echo $formaction; ?>" method="post">
|
<form action="<?php echo $formaction; ?>" method="post">
|
||||||
<input type="hidden" name="token" value="<?php echo $token; ?>">
|
<input type="hidden" name="token" value="<?php echo $token; ?>"/>
|
||||||
|
|
||||||
</table>
|
|
||||||
|
|
||||||
<h3><?php echo T_('Account Details'); ?></h3>
|
<h3><?php echo T_('Account Details'); ?></h3>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue