From e9725d27aa9d1590d72cafc5c94cbf2002190b9e Mon Sep 17 00:00:00 2001 From: cuom1999 Date: Mon, 11 Apr 2022 23:13:36 -0500 Subject: [PATCH] Add * point --- templates/problem/feed.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}