Add the order_approve_info signal (#6228)

This commit is contained in:
George Hickman
2026-06-02 07:25:36 +01:00
committed by GitHub
parent 759ced7268
commit 21225e7753
3 changed files with 16 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
{% extends "pretixcontrol/event/base.html" %}
{% load eventsignal %}
{% load i18n %}
{% block title %}
{% trans "Approve order" %}
@@ -7,6 +8,9 @@
<h1>
{% trans "Approve order" %}
</h1>
{% eventsignal request.event "pretix.control.signals.order_approve_info" order=order request=request %}
<p>{% blocktrans trimmed %}
Do you really want to approve this order?
{% endblocktrans %}</p>