diff options
Diffstat (limited to 'app/templates/index.html')
| -rw-r--r-- | app/templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/index.html b/app/templates/index.html index 10e0014..852ba0e 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -53,7 +53,7 @@ <h2 class="my-3">{{ _("Recent Positive Reviews") }}</h2> {% from "macros/reviews.html" import render_reviews %} - {{ render_reviews(reviews, True) }} + {{ render_reviews(reviews, current_user, True) }} <div class="text-center mt-5"> <small> |
