From f511771fd436366b1621d94dfaccefc3acb1eb8e Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Mon, 13 Jun 2022 17:11:50 +0100 Subject: [PATCH] Remove unused field --- app/templates/report/index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/app/templates/report/index.html b/app/templates/report/index.html index 7306b74..1b96e48 100644 --- a/app/templates/report/index.html +++ b/app/templates/report/index.html @@ -31,7 +31,6 @@

{% endif %} {{ render_field(form.message, hint=_("What are you reporting? Why are you reporting it?")) }} - {{ render_field(form.not_a_request) }} {{ render_submit_field(form.submit) }}