From 2c4f4155d623298859f539af4c8415ecca6f8fe1 Mon Sep 17 00:00:00 2001 From: Kevin Morris Date: Thu, 20 Jan 2022 09:14:30 -0800 Subject: [PATCH] fix(templates): Maintainer field does not require auth Signed-off-by: Kevin Morris --- templates/partials/packages/details.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/partials/packages/details.html b/templates/partials/packages/details.html index 6dc8ae77..7467f9ba 100644 --- a/templates/partials/packages/details.html +++ b/templates/partials/packages/details.html @@ -108,7 +108,7 @@ {{ "Maintainer" | tr }}: - {% if request.user.is_authenticated() and pkgbase.Maintainer %} + {% if pkgbase.Maintainer %} {{ pkgbase.Maintainer.Username }}