From e23a5c24d6c1106b136d1e6ba416c48b818968e9 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Sun, 20 Aug 2017 17:01:31 +0200 Subject: [PATCH] [SECURITY] Add warning for download of unsafe files --- src/pretix/control/templates/pretixcontrol/order/index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/pretix/control/templates/pretixcontrol/order/index.html b/src/pretix/control/templates/pretixcontrol/order/index.html index 6e5daba9c..4eda17cb8 100644 --- a/src/pretix/control/templates/pretixcontrol/order/index.html +++ b/src/pretix/control/templates/pretixcontrol/order/index.html @@ -215,6 +215,10 @@ {{ q.answer.file_name }} + + {% trans "UNSAFE" %} + {% else %} {{ q.answer|linebreaksbr }} {% endif %}