summaryrefslogtreecommitdiffstats
path: root/application/modules/user/views/scripts/person/edit.phtml
blob: 76316db4d1c5471e3c33edf282c599a6f80783f5 (plain) (blame)
1
2
3
4
5
<h1>Edit Person</h1>
<?php
$this->editForm->setAction($this->url());
echo $this->editForm;
?>