mirror of
https://github.com/minetest/contentdb.git
synced 2025-03-14 14:22:30 +01:00
Fix incorrect link in maintainers list
This commit is contained in:
@ -268,7 +268,7 @@
|
||||
|
||||
{% for user in package.maintainers %}
|
||||
<a class="badge badge-primary"
|
||||
href="{{ url_for('users.profile', username=package.author.username) }}">
|
||||
href="{{ url_for('users.profile', username=user.username) }}">
|
||||
{{ user.display_name }}
|
||||
</a>
|
||||
{% endfor %}
|
||||
|
Reference in New Issue
Block a user