From cb2d9d4b07acbf3fc52973c940da48fa811a6d3d Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Wed, 26 Jan 2022 18:16:47 +0000 Subject: [PATCH] Add note about bug reports to report page --- app/templates/report/index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/templates/report/index.html b/app/templates/report/index.html index 1de7fec..c18d377 100644 --- a/app/templates/report/index.html +++ b/app/templates/report/index.html @@ -25,6 +25,9 @@ {{ _("Only the admin will be able to see who made the report.") }} {% endif %}

+

+ {{ _("Found a bug? Please report on the package's issue tracker or in a thread instead.") }} +

{% endblock %}