From e0d83a397bc843a7bdc0c88c391f0f1efd862b52 Mon Sep 17 00:00:00 2001 From: Wang Hong Date: Wed, 13 Dec 2023 13:57:38 +0800 Subject: [PATCH] fix icon missing bug --- computes/templates/computes/list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/computes/templates/computes/list.html b/computes/templates/computes/list.html index 1a59d50..3a5f171 100644 --- a/computes/templates/computes/list.html +++ b/computes/templates/computes/list.html @@ -16,7 +16,7 @@ {% if not computes %}
- {% bs_icon 'exclamation-triangle '%} {% trans "Warning" %}: {% trans "You don't have any computes" %} + {% bs_icon 'exclamation-triangle'%} {% trans "Warning" %}: {% trans "You don't have any computes" %}
{% else %}