mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-10-14 18:51:56 +00:00
Fix wrong settings link on own profile page.
This commit is contained in:
@@ -90,7 +90,7 @@
|
|||||||
{% if current_user == user %}
|
{% if current_user == user %}
|
||||||
<div class="card-action">
|
<div class="card-action">
|
||||||
<p class="right-align">
|
<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>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Reference in New Issue
Block a user