From dd049dee25a76fd47620285449b7c8a96503dbdb Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Wed, 4 Jun 2025 07:32:02 -0400 Subject: feat: email testimonial for reviews without stars --- templates/review.html.j2 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'templates/review.html.j2') diff --git a/templates/review.html.j2 b/templates/review.html.j2 index 1d384f5..96dfde1 100644 --- a/templates/review.html.j2 +++ b/templates/review.html.j2 @@ -3,17 +3,19 @@

{{ title }}

+ {% if stars > 0 %} {% for star in 0..stars %} star {% endfor %} + {% else %} + Email testimonial + {% endif %}
{{ quote }}
- {% if stars > 0 %}

Leave a review

- {% endif %} \ No newline at end of file -- cgit v1.2.3