summaryrefslogtreecommitdiffstats
path: root/application/views/scripts/auth/delete.phtml
blob: 8f269a03b7166e766ea244b15a672a79b21bd5ef (plain) (blame)
1
2
3
4
<?php
$this->deleteForm->setAction($this->url());
echo $this->deleteForm;
?>