From e1a86f3be00446bde14a2e1536d92f3105e2c97a Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Thu, 20 Jan 2022 23:37:17 +0000 Subject: [PATCH] Remove report link on help pages --- app/templates/base.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/templates/base.html b/app/templates/base.html index d0b7687..7d50be0 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -234,7 +234,9 @@
  • {{ _("Policy and Guidance") }}
  • {{ _("API") }}
  • {{ _("Privacy Policy") }}
  • -
  • {{ _("Report") }}
  • + {% if request.endpoint != "flatpage" %} +
  • {{ _("Report") }}
  • + {% endif %}
  • {{ _("Stats / Monitoring") }}
  • {{ _("User List") }}
  • {{ _("Source Code") }}