mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-15 01:05:42 +00:00
Fix wrong path.
This commit is contained in:
parent
0826f6a9f7
commit
dd7ef2a113
@ -162,7 +162,7 @@ def settings():
|
||||
)
|
||||
|
||||
|
||||
@auth.route('/edit_profile/delete_self', methods=['GET', 'POST'])
|
||||
@auth.route('/settings/delete_self', methods=['GET', 'POST'])
|
||||
@login_required
|
||||
def delete_self():
|
||||
user = current_user
|
||||
|
Loading…
Reference in New Issue
Block a user