aboutsummaryrefslogtreecommitdiff
path: root/app/templates/macros
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2020-07-10 19:10:36 +0100
committerrubenwardy <rw@rubenwardy.com>2020-07-10 19:10:36 +0100
commit069c7de78c6d98f11db0c77de60d5ef0bd10c10a (patch)
tree83cdb42e71a924d99c6f5ceaf04a700eb74b480d /app/templates/macros
parent3eeaf3be227b449076b2af848a77f4f4406cdfa7 (diff)
downloadcheatdb-069c7de78c6d98f11db0c77de60d5ef0bd10c10a.tar.xz
Add reviews to user profile
Diffstat (limited to 'app/templates/macros')
-rw-r--r--app/templates/macros/reviews.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/templates/macros/reviews.html b/app/templates/macros/reviews.html
index ad622da..2c7f293 100644
--- a/app/templates/macros/reviews.html
+++ b/app/templates/macros/reviews.html
@@ -61,6 +61,10 @@
</div>
{% endif %}
</li>
+ {% else %}
+ <p>
+ <i>{{ _("No reviews, yet.") }}</i>
+ </p>
{% endfor %}
</ul>
{% endmacro %}