From a119b9c85de7074b94fdfafcfdd51e54a11401fb Mon Sep 17 00:00:00 2001 From: Koen Bolhuis Date: Tue, 9 Oct 2018 21:44:32 +0200 Subject: [PATCH] Add helpful/unhelpful buttons to reviews --- backend/postings/templates/postings/frontend/review.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/backend/postings/templates/postings/frontend/review.html b/backend/postings/templates/postings/frontend/review.html index 4907d93..2da4b29 100644 --- a/backend/postings/templates/postings/frontend/review.html +++ b/backend/postings/templates/postings/frontend/review.html @@ -16,6 +16,10 @@
{{ review.content }}
+

Was this review helpful? + Yes + No +

{{ review.getHelpfulVoteCount }} / {{ review.getUnhelpfulVoteCount }}