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") }}