Adding lost templates
parent
5fd9a950a1
commit
9bd2c6b9ee
|
@ -0,0 +1,14 @@
|
|||
extends dummy-layout
|
||||
|
||||
block head
|
||||
title Taiga Your agile, free, and open source project management tool
|
||||
|
||||
block content
|
||||
div.wrapper
|
||||
div.login-main
|
||||
div.login-container
|
||||
h1.logo
|
||||
img.logo-svg(src="/svg/logo.svg", alt="TAIGA")
|
||||
p.tagline Your agile, free, and open source project management tool
|
||||
|
||||
include views/modules/cancel-account-form
|
|
@ -0,0 +1,12 @@
|
|||
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(ng-submit="ctrl.submit()")
|
||||
fieldset
|
||||
input(type="hidden", name="cancel_token", ng-model="data.cancel_token", data-required="true",
|
||||
placeholder="cancel account token")
|
||||
|
||||
a.button.button-cancel-account.button-gray(href="", title="Yes, I'm leaving") Yes, I'm leaving!
|
||||
input(type="submit", style="display:none")
|
Loading…
Reference in New Issue