diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-05-04 19:47:00 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-05-04 19:47:00 +0200 |
commit | 5dee29c0c0faf299824503b0060ef16dd1a43eb8 (patch) | |
tree | 5a3c3f79641a7dcd71372493d1e2b9f18258f5e0 /pyaggr3g470r/templates | |
parent | Updated translations. (diff) | |
download | newspipe-5dee29c0c0faf299824503b0060ef16dd1a43eb8.tar.gz newspipe-5dee29c0c0faf299824503b0060ef16dd1a43eb8.tar.bz2 newspipe-5dee29c0c0faf299824503b0060ef16dd1a43eb8.zip |
The user has now the possibility to delete it's account.
Diffstat (limited to 'pyaggr3g470r/templates')
-rw-r--r-- | pyaggr3g470r/templates/management.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pyaggr3g470r/templates/management.html b/pyaggr3g470r/templates/management.html index f68978b2..8dbe193a 100644 --- a/pyaggr3g470r/templates/management.html +++ b/pyaggr3g470r/templates/management.html @@ -21,6 +21,11 @@ <img src="{{ user.email | gravatar }}" /> </div> </div> + <div class="row"> + <div class="col-md-12"> + <a href="/delete_account/" class="btn btn-default">{{ _('Delete your account') }}</a> + </div> + </div> </div> <div class="jumbotron"> <h1>{{ _('Import/export feeds') }}</h1> |