mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-10-13 10:11:57 +00:00
Fix wrong settings link on own profile page.
This commit is contained in:
@@ -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 %}
|
||||
|
Reference in New Issue
Block a user