|
@@ -44,9 +44,9 @@ |
|
|
block discarded – undo |
|
44
|
44
|
page_head(tra("Delete Account")); |
|
45
|
45
|
|
|
46
|
46
|
echo "<p>".tra("Thank you for verifying ownership of your account.")."</p>" |
|
47
|
|
- ."<p>".tra("You can now delete your account by entering in your password below and clicking the \"Delete Account\" button.")."</p>" |
|
48
|
|
- ."<p>".tra("As a reminder, your account <b>cannot be recovered</b> once you delete it.")."</p>" |
|
49
|
|
- ."<br/>"; |
|
|
47
|
+ ."<p>".tra("You can now delete your account by entering in your password below and clicking the \"Delete Account\" button.")."</p>" |
|
|
48
|
+ ."<p>".tra("As a reminder, your account <b>cannot be recovered</b> once you delete it.")."</p>" |
|
|
49
|
+ ."<br/>"; |
|
50
|
50
|
|
|
51
|
51
|
form_start(secure_url_base()."delete_account_confirm.php", "post"); |
|
52
|
52
|
form_input_hidden("token", $token); |
Please login to merge, or discard this patch.