Add warning to backend if cronjob is not running (#4550)

This commit is contained in:
Raphael Michel
2024-10-24 22:50:34 +02:00
committed by GitHub
parent 2b6f82502e
commit 22e9a6eb92
3 changed files with 14 additions and 0 deletions

View File

@@ -421,6 +421,14 @@
</a>
</div>
{% endif %}
{% if warning_cronjob %}
<div class="alert alert-warning">
{% blocktrans trimmed %}
The cronjob component of pretix was not executed in the last hours. Please check that
you have completed all installation steps and your cronjob is executed correctly.
{% endblocktrans %}
</div>
{% endif %}
{% if debug_warning %}
<div class="alert alert-danger">