mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
fix(templates): Maintainer field does not require auth
Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
fee7e41ae4
commit
2c4f4155d6
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue