Add webhooks for changes to items (#3087)

This commit is contained in:
Raphael Michel
2023-02-06 17:52:42 +01:00
committed by GitHub
parent 513a90f976
commit 4543d8093f
3 changed files with 25 additions and 28 deletions

View File

@@ -90,7 +90,7 @@
</div>
</details>
{% empty %}
<div class="alert-info">{% trans "This webhook did not receive any events in the last 30 days." %}</div>
<div class="alert alert-info">{% trans "This webhook did not receive any events in the last 30 days." %}</div>
{% endfor %}
{% include "pretixcontrol/pagination.html" %}
{% endblock %}