From 9596f48fed227a4cfdbb0e3e6a662f9b25a4e073 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Wed, 30 Jun 2021 12:41:34 +0200 Subject: [PATCH] Sendmail: Copy note from rule_update to rule_create --- .../pretixplugins/sendmail/rule_create.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/pretix/plugins/sendmail/templates/pretixplugins/sendmail/rule_create.html b/src/pretix/plugins/sendmail/templates/pretixplugins/sendmail/rule_create.html index 26b541f745..0dedc62e21 100644 --- a/src/pretix/plugins/sendmail/templates/pretixplugins/sendmail/rule_create.html +++ b/src/pretix/plugins/sendmail/templates/pretixplugins/sendmail/rule_create.html @@ -29,6 +29,18 @@ {% bootstrap_field form.send_date layout='horizontal' %} {% bootstrap_field form.send_offset_days layout='horizontal' %} {% bootstrap_field form.send_offset_time layout='horizontal' %} + +
+
+
+ {% blocktrans trimmed %} + For technical reasons, the email might actually be sent a bit later than your + configured date. Typically, this will not be more than 10 minutes. Your email + will never be sent earlier than the time you configured. + {% endblocktrans %} +
+
+