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

13 lines
541 B
Plaintext

div.cancel-account(tg-cancel-account)
p
strong(translate="CANCEL_ACCOUNT.TITLE")
p
span(translate="CANCEL_ACCOUNT.SUBTITLE")
form
fieldset
input(type="hidden", name="cancel_token", ng-model="data.cancel_token", data-required="true",
placeholder="{{'CANCEL_ACCOUNT.PLACEHOLDER_INPUT_TOKEN' | translate}}")
button.button-cancel-account.button-gray(type="submit", title="{{'CANCEL_ACCOUNT.ACTION_LEAVING' | translate}}", translate="CANCEL_ACCOUNT.ACTION_LEAVING")