diff options
Diffstat (limited to 'application/views/scripts/auth/delete.phtml')
| -rw-r--r-- | application/views/scripts/auth/delete.phtml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/application/views/scripts/auth/delete.phtml b/application/views/scripts/auth/delete.phtml index 3b7085d..8f269a0 100644 --- a/application/views/scripts/auth/delete.phtml +++ b/application/views/scripts/auth/delete.phtml @@ -1 +1,4 @@ -<br /><br /><center>View script for controller <b>Auth</b> and script/action name <b>deleteAccount</b></center>
\ No newline at end of file +<?php +$this->deleteForm->setAction($this->url()); +echo $this->deleteForm; +?> |
