From 5bbb95968e495314345cb37c7a9fd1227b19c3f6 Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 10 Mar 2023 23:03:16 +0200 Subject: [PATCH] only show it to non-paypigs --- files/templates/header.html | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/files/templates/header.html b/files/templates/header.html index fc05024de..f96ca6d8b 100644 --- a/files/templates/header.html +++ b/files/templates/header.html @@ -94,9 +94,11 @@ {% endif %} - + {% if not (v and v.patron) %} + + {% endif %} {% if g.browser == 'webview' %} @@ -135,9 +137,11 @@