From 7814cf6626d1a8174f5c66f9127cb3e3cde989f2 Mon Sep 17 00:00:00 2001 From: ludger Date: Thu, 18 Oct 2018 10:49:54 +0200 Subject: [PATCH] Ratings updated --- .../templates/postings/frontend/entity.html | 77 ++++++++++++++++++- 1 file changed, 76 insertions(+), 1 deletion(-) diff --git a/backend/postings/templates/postings/frontend/entity.html b/backend/postings/templates/postings/frontend/entity.html index 3350487..7eb64a0 100644 --- a/backend/postings/templates/postings/frontend/entity.html +++ b/backend/postings/templates/postings/frontend/entity.html @@ -25,7 +25,9 @@ {# Rating Distribution Display #} -
+ + + + +
+

Rating breakdown

+
+
+
5
+
+
+
+
+ 80% Complete (danger) +
+
+
+
{{ entity.rating_distribution.4 }}
+
+
+
+
4
+
+
+
+
+ 80% Complete (danger) +
+
+
+
{{ entity.rating_distribution.3 }}
+
+
+
+
3
+
+
+
+
+ 80% Complete (danger) +
+
+
+
{{ entity.rating_distribution.2 }}
+
+
+
+
2
+
+
+
+
+ 80% Complete (danger) +
+
+
+
{{ entity.rating_distribution.1 }}
+
+
+
+
1
+
+
+
+
+ 80% Complete (danger) +
+
+
+
{{ entity.rating_distribution.0 }}
+
+ + + +