From fa74bb0da1fbc4e0ef00732276416416a3cb37a7 Mon Sep 17 00:00:00 2001 From: Maria Grimaldi Date: Mon, 9 Oct 2023 14:01:51 -0400 Subject: [PATCH] fix: remove submission status if it doesn't have score --- h5pxblock/static/html/h5pxblock.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/h5pxblock/static/html/h5pxblock.html b/h5pxblock/static/html/h5pxblock.html index 2152b656..cecf62be 100644 --- a/h5pxblock/static/html/h5pxblock.html +++ b/h5pxblock/static/html/h5pxblock.html @@ -4,9 +4,6 @@
{% if h5pblock.has_score %}

({{ h5pblock.raw_score}}/{{ h5pblock.max_raw_score }} {% trans "points" %}) {% trans h5pblock.submission_status %}

- {% else %} -

{% trans h5pblock.submission_status %}

- {% endif %}
{% trans "Loading..." %}