This repository has been archived by the owner on Feb 8, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 308
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2412 from gittip/cancel-account
implement account cancellation
- Loading branch information
Showing
15 changed files
with
356 additions
and
260 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
[---] | ||
[---] text/html via jinja2 | ||
{% extends "templates/base.html" %} | ||
{% block heading %}<h2 class="top"><span>Closed</span></h2>{% endblock %} | ||
{% block box %} | ||
|
||
<div class="as-content"> | ||
|
||
<p style="margin: 3em 0;">The account owner has closed this account.</p> | ||
|
||
{% if user.ANON %} | ||
<h2>Are you the account owner?</h2> | ||
|
||
<p>{% include "templates/sign-in-using.html" %} to reopen your account.</p> | ||
{% endif %} | ||
|
||
</div> | ||
|
||
<div class="nav level-1"><a href="/"><button>Home</button></a></div> | ||
|
||
{% endblock %} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.