html changes

This commit is contained in:
2026-08-05 14:29:19 -05:00
parent 2d73638a06
commit 3a42657a3a
5 changed files with 19 additions and 4 deletions
+1
View File
@@ -454,6 +454,7 @@ def project_detail(request, slug):
'negative': rating_negative,
'total': rating_total,
'percent': rating_percent,
'negative_percent': 100 - rating_percent,
},
'user_rating': user_rating,
'comments': comments,