From 416daa868bbcf9d5a10954b07aa7797db26e5e3b Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Sun, 9 Jan 2022 21:14:59 +0000 Subject: [PATCH] Add hint to reason in package removal --- app/templates/packages/remove.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/templates/packages/remove.html b/app/templates/packages/remove.html index 68bcb0c..e13501b 100644 --- a/app/templates/packages/remove.html +++ b/app/templates/packages/remove.html @@ -24,8 +24,11 @@ Remove {{ package.title }}
- + + + {{ _("Reason for unapproval / deletion, this is shown in the audit log") }} +
{{ _("Cancel") }}