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