From b4488a36db31a722ae054e076d459bd8c73a341b Mon Sep 17 00:00:00 2001 From: Tyler Hoang Date: Sat, 9 May 2026 01:30:13 -0700 Subject: Fix star alignment in form heading Co-Authored-By: Claude Sonnet 4.6 --- templates/form.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/form.html b/templates/form.html index da76f66..62e020d 100644 --- a/templates/form.html +++ b/templates/form.html @@ -20,13 +20,13 @@
+ {% set current_stars = film.stars if film and film.stars else 0 %} +

Diary Entry

{{ page_title }}

- {% set current_stars = film.stars if film and film.stars else 0 %} -
{% for value in range(1, 4) %}