Merge pull request #11923 from ajain17/fix/updateRedirect
Update Redirect when cancelling to remove account
This commit is contained in:
@ -5,7 +5,7 @@ block content
|
|||||||
.modal-dialog
|
.modal-dialog
|
||||||
.modal-content
|
.modal-content
|
||||||
.modal-header
|
.modal-header
|
||||||
a.close(href='/about', data-dismiss='modal', aria-hidden='true') ×
|
a.close(href='/settings', data-dismiss='modal', aria-hidden='true') ×
|
||||||
h3 You don't really want to delete your account, do you?
|
h3 You don't really want to delete your account, do you?
|
||||||
.modal-body
|
.modal-body
|
||||||
p This will really delete all your data, including all your progress and brownie points.
|
p This will really delete all your data, including all your progress and brownie points.
|
||||||
@ -14,7 +14,7 @@ block content
|
|||||||
a(href="mailto:team@freecodecamp.com") team@freecodecamp.com
|
a(href="mailto:team@freecodecamp.com") team@freecodecamp.com
|
||||||
| .
|
| .
|
||||||
.modal-footer
|
.modal-footer
|
||||||
a.btn.btn-success.btn-block(href='/about', data-dismiss='modal', aria-hidden='true')
|
a.btn.btn-success.btn-block(href='/settings', data-dismiss='modal', aria-hidden='true')
|
||||||
| Nevermind, I don't want to delete all of my progress
|
| Nevermind, I don't want to delete all of my progress
|
||||||
.spacer
|
.spacer
|
||||||
form(action='/account/delete', method='POST')
|
form(action='/account/delete', method='POST')
|
||||||
|
Reference in New Issue
Block a user