diff --git a/src/pretix/control/templates/pretixcontrol/event/dashboard_partial_warnings.html b/src/pretix/control/templates/pretixcontrol/event/dashboard_partial_warnings.html index c3585e76b5..d8b5b61578 100644 --- a/src/pretix/control/templates/pretixcontrol/event/dashboard_partial_warnings.html +++ b/src/pretix/control/templates/pretixcontrol/event/dashboard_partial_warnings.html @@ -1,4 +1,14 @@ {% load i18n %} +{% if has_overpaid_orders %} +
+ {% blocktrans trimmed %} + This event contains overpaid orders, for example due to duplicate payment attempts. + You should review the cases and consider refunding the overpaid amount to the user. + {% endblocktrans %} + {% trans "Show overpaid orders" %} +
+{% endif %} {% if has_pending_refunds %}
{% blocktrans trimmed %}