taiga-front/app/partials/includes/modules/cancel-account-form.jade

12 lines
506 B
Plaintext

div.change-email-form-container(tg-cancel-account)
p.change-password-text
strong Cancel your account <br />
span We're sorry you are leaving the taiga, we hope you enjoyed your stay :)
form
fieldset
input(type="hidden", name="cancel_token", ng-model="data.cancel_token", data-required="true",
placeholder="cancel account token")
button.button-cancel-account.button-gray(type="submit", title="Yes, I'm leaving!") Yes, I'm leaving!