Fix wrong settings link on own profile page.

This commit is contained in:
Patrick Jentsch
2025-09-24 14:46:31 +02:00
parent 56844e0898
commit 97fd9db0ae

View File

@@ -90,7 +90,7 @@
{% if current_user == user %}
<div class="card-action">
<p class="right-align">
<a class="btn waves-effect waves-light" href="{{ url_for('settings.settings') }}">Edit profile</a>
<a class="btn waves-effect waves-light" href="{{ url_for('settings.index') }}">Edit profile</a>
</p>
</div>
{% endif %}