diff --git a/templates/problem/feed.html b/templates/problem/feed.html index a013836..9c7d749 100644 --- a/templates/problem/feed.html +++ b/templates/problem/feed.html @@ -17,7 +17,7 @@ {% for type in problem.types_list %} {{ type }}{% if not loop.last %}, {% endif %} - {% endfor %}, {{problem.points | int}} + {% endfor %}, *{{problem.points | int}} {% endif %}