fix icon missing bug

This commit is contained in:
Wang Hong 2023-12-13 13:57:38 +08:00
parent d261f4d2c9
commit e0d83a397b
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
{% if not computes %}
<div class="col-lg-12">
<div class="alert alert-warning shadow-sm">
{% bs_icon 'exclamation-triangle '%} <strong>{% trans "Warning" %}:</strong> {% trans "You don't have any computes" %}
{% bs_icon 'exclamation-triangle'%} <strong>{% trans "Warning" %}:</strong> {% trans "You don't have any computes" %}
</div>
</div>
{% else %}