Skip to content

Commit

Permalink
fix: close tag when showing submission status
Browse files Browse the repository at this point in the history
  • Loading branch information
mariajgrimaldi committed Oct 9, 2023
1 parent fa74bb0 commit 84560f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions h5pxblock/static/html/h5pxblock.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<div class="h5pxblock_block">
{% if h5pblock.has_score %}
<p> ({{ h5pblock.raw_score}}/{{ h5pblock.max_raw_score }} {% trans "points" %}) {% trans h5pblock.submission_status %}</p>
{% endif %}
<div class="d-flex justify-content-center spinner-container">
<div class="spinner-border" role="status">
<span class="sr-only">{% trans "Loading..." %}</span>
Expand Down

0 comments on commit 84560f6

Please sign in to comment.