From a3df69ff5218cee132a6def9d860cd0276cc0cd4 Mon Sep 17 00:00:00 2001
From: Tyler Hoang
Date: Wed, 6 May 2026 14:34:01 -0700
Subject: Add year review and inline diary ratings
---
templates/_film_card.html | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
(limited to 'templates/_film_card.html')
diff --git a/templates/_film_card.html b/templates/_film_card.html
index 9fcd89b..7147a1e 100644
--- a/templates/_film_card.html
+++ b/templates/_film_card.html
@@ -21,7 +21,19 @@
{% endif %}
- {% if film.stars %}
+ {% if film.shelf == 'diary' %}
+
+ {% for value in range(1, 4) %}
+
+ {% endfor %}
+
+ {% elif film.stars %}
{% for _ in range(film.stars) %}✦{% endfor %}
{% endif %}
--
cgit v1.3-2-g0d8e