html changes
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user