forked from CGM_Public/pretix_original
Bank transfer: Improve error message
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
{% if job.state == "error" %}
|
||||
<div class="alert alert-danger">
|
||||
{% trans "An internal error occurred during processing your data." %}
|
||||
{% trans "Some transactions might be missing, please try ot re-import the file." %}
|
||||
</div>
|
||||
{% elif transactions_ignored == 0 and transactions_invalid == 0 and transactions_valid == 0 %}
|
||||
<div class="alert alert-info">
|
||||
|
||||
Reference in New Issue
Block a user