diff options
Diffstat (limited to 'application/views/user/profile.php')
-rw-r--r-- | application/views/user/profile.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/application/views/user/profile.php b/application/views/user/profile.php index 6e0a7089f..1aa22ec10 100644 --- a/application/views/user/profile.php +++ b/application/views/user/profile.php @@ -38,3 +38,9 @@ </div> </div> </form> + +<div class="row vertical-space-small"></div> + +<div class="row"> + <p>If you want to permanently delete your account, please click <a href="<?php echo site_url("user/delete_account"); ?>">here</a>.</p> +</div> |