diff --git a/backend/postings/templates/postings/frontend/review.html b/backend/postings/templates/postings/frontend/review.html index 00d7edf..4907d93 100644 --- a/backend/postings/templates/postings/frontend/review.html +++ b/backend/postings/templates/postings/frontend/review.html @@ -11,10 +11,13 @@
- -
{{ review.title }}
{{ review.content }}
+ +
+ {{ review.getHelpfulVoteCount }} / + {{ review.getUnhelpfulVoteCount }} +
\ No newline at end of file