Skip to content
Snippets Groups Projects
Verified Commit 2c4f4155 authored by Kevin Morris's avatar Kevin Morris
Browse files

fix(templates): Maintainer field does not require auth


Signed-off-by: Kevin Morris's avatarKevin Morris <kevr@0cost.org>
parent fee7e41a
No related branches found
No related tags found
No related merge requests found
......@@ -108,7 +108,7 @@
<tr>
<th>{{ "Maintainer" | tr }}:</th>
<td>
{% if request.user.is_authenticated() and pkgbase.Maintainer %}
{% if pkgbase.Maintainer %}
<a href="/account/{{ pkgbase.Maintainer.Username }}">
{{ pkgbase.Maintainer.Username }}
</a>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment