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