aboutsummaryrefslogtreecommitdiff
path: root/newspipe/templates/profile.html
diff options
context:
space:
mode:
Diffstat (limited to 'newspipe/templates/profile.html')
-rw-r--r--newspipe/templates/profile.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/newspipe/templates/profile.html b/newspipe/templates/profile.html
index edbae368..12517331 100644
--- a/newspipe/templates/profile.html
+++ b/newspipe/templates/profile.html
@@ -61,7 +61,7 @@
<br />
<div class="row">
<div class="col">
- <a href="/delete_account" class="btn btn-warning" onclick="return confirm('{{ _('You are going to delete your account.') }}');">{{ _('Delete your account') }}</a>
+ <a href="{{ url_for('user.delete_account') }}" class="btn btn-warning" onclick="return confirm('{{ _('You are going to delete your account.') }}');">{{ _('Delete your account') }}</a>
</div>
</div>
</div><!-- /.container -->
bgstack15