diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-05-04 22:13:10 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-05-04 22:13:10 +0200 |
commit | 6445823625cbdede363a0236848adc7c4682aa70 (patch) | |
tree | e5734ecbc3cdc53a9f724f07cfc2ac828f69d6b0 /pyaggr3g470r/templates/management.html | |
parent | The user has now the possibility to delete it's account. (diff) | |
download | newspipe-6445823625cbdede363a0236848adc7c4682aa70.tar.gz newspipe-6445823625cbdede363a0236848adc7c4682aa70.tar.bz2 newspipe-6445823625cbdede363a0236848adc7c4682aa70.zip |
Confirmation message before suppression of accounts and suppression of feeds.
Diffstat (limited to 'pyaggr3g470r/templates/management.html')
-rw-r--r-- | pyaggr3g470r/templates/management.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyaggr3g470r/templates/management.html b/pyaggr3g470r/templates/management.html index 8dbe193a..6a58919e 100644 --- a/pyaggr3g470r/templates/management.html +++ b/pyaggr3g470r/templates/management.html @@ -23,7 +23,7 @@ </div> <div class="row"> <div class="col-md-12"> - <a href="/delete_account/" class="btn btn-default">{{ _('Delete your account') }}</a> + <a href="/delete_account/" class="btn btn-default" onclick="return confirm('{{ _('You are going to delete your account.') }}');">{{ _('Delete your account') }}</a> </div> </div> </div> |