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