diff options
| author | rubenwardy <rw@rubenwardy.com> | 2020-07-10 19:01:58 +0100 |
|---|---|---|
| committer | rubenwardy <rw@rubenwardy.com> | 2020-07-10 19:01:58 +0100 |
| commit | 1989eabf86729bcd16e226d96d5e4acacddbaae9 (patch) | |
| tree | 0a6de3048da33f1da16ccf4a1391a686489dcd3d /app/templates/index.html | |
| parent | 491f9ed6796b1aa34437f3247cb8956c928b1143 (diff) | |
| download | cheatdb-1989eabf86729bcd16e226d96d5e4acacddbaae9.tar.xz | |
Add more obvious edit buttons for reviews
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> |
