Add * point
This commit is contained in:
parent
2fe571379c
commit
e9725d27aa
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
<i class="fa fa-tag"></i>
|
<i class="fa fa-tag"></i>
|
||||||
{% for type in problem.types_list %}
|
{% for type in problem.types_list %}
|
||||||
<span class="type-tag">{{ type }}</span>{% if not loop.last %}, {% endif %}
|
<span class="type-tag">{{ type }}</span>{% if not loop.last %}, {% endif %}
|
||||||
{% endfor %}, {{problem.points | int}}
|
{% endfor %}, *{{problem.points | int}}
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<div class='blog-description content-description'>
|
<div class='blog-description content-description'>
|
||||||
|
|
Loading…
Reference in a new issue