Add review voting

This commit is contained in:
rubenwardy
2021-08-18 22:09:41 +01:00
parent 4a1f654798
commit fab814c46f
14 changed files with 177 additions and 28 deletions

View File

@@ -152,7 +152,7 @@
{{ _("See more") }}
</a>
<h2 class="my-3">{{ _("Recent Positive Reviews") }}</h2>
{% from "macros/reviews.html" import render_reviews %}
{% from "macros/reviews.html" import render_reviews with context %}
{{ render_reviews(reviews, current_user, True) }}