Fix incorrect link in maintainers list

This commit is contained in:
rubenwardy
2020-07-09 00:02:56 +01:00
parent 2a37608cb0
commit bbf1143090

View File

@ -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 %}