make edit profile page valid

This commit is contained in:
Christian Weiske 2010-10-09 12:53:45 +02:00
parent 129926f1e7
commit 6c85981406

View File

@ -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>