Skip to content

Commit 77583d7

Browse files
committed
[bug] 오늘의 추천 좋아요수 에러 수정
1 parent 79153df commit 77583d7

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

templates/main/main.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,11 @@ <h3>🎯 오늘의 추천</h3>
6060
<h4>{{ recommended_product.product_name }}</h4>
6161
<p>
6262
{% if recommended_product.is_user_liked %} 💖 내가 찜한 제품 |
63-
{{ recommended_product.product_brand }} {% else %}
64-
{{ recommended_product.product_brand }} | 💜 {{
65-
recommended_product.like_count }}명이 찜함 {% endif %}
63+
{{ recommended_product.product_brand }}
64+
{% else %}
65+
{{ recommended_product.product_brand }} 💜 |
66+
{{ recommended_product.like_count }}명이 찜함
67+
{% endif %}
6668
</p>
6769
</div>
6870
</div>

0 commit comments

Comments
 (0)