fix: fix possible foreign error message on telecart page

This commit is contained in:
2025-09-24 14:37:45 +03:00
parent ec5cdfcaa9
commit 016eeb445d

View File

@@ -16,9 +16,9 @@
</div>
</div>
<div class="container-fluid">
{% if error_warning %}
{% if telecart_error_warning %}
<div class="alert alert-danger alert-dismissible"><i
class="fa fa-exclamation-circle"></i> {{ error_warning }}
class="fa fa-exclamation-circle"></i> {{ telecart_error_warning }}
<button type="button" class="close" data-dismiss="alert">&times;</button>
</div>
{% endif %}