From 5fa4dfa88737fb615ebf489f77a5f718df8962f3 Mon Sep 17 00:00:00 2001 From: Daniel W Bond Date: Tue, 3 Mar 2020 16:03:33 -0500 Subject: [PATCH] added empty tag to ratings list --- bookshare/core/templates/ratings.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bookshare/core/templates/ratings.html b/bookshare/core/templates/ratings.html index 68f5823..beb42f2 100644 --- a/bookshare/core/templates/ratings.html +++ b/bookshare/core/templates/ratings.html @@ -83,6 +83,8 @@ SRCT Bookshare • {{ student.get_full_name_or_uname }}
No review details provided.
{% endif %} + {% empty %} +

No ratings yet

{% endfor %} -- GitLab