Add * point

This commit is contained in:
cuom1999 2022-04-11 23:13:36 -05:00
parent 2fe571379c
commit e9725d27aa

View file

@ -17,7 +17,7 @@
<i class="fa fa-tag"></i>
{% for type in problem.types_list %}
<span class="type-tag">{{ type }}</span>{% if not loop.last %}, {% endif %}
{% endfor %}, {{problem.points | int}}
{% endfor %}, *{{problem.points | int}}
</div>
{% endif %}
<div class='blog-description content-description'>