13 lines
544 B
Plaintext
13 lines
544 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")
|
|
|
|
a.button-cancel-account.button-gray(href="", title="Yes, I'm leaving") Yes, I'm leaving!
|
|
button(type="submit", class="hidden")
|