Skip to content

Commit 67d6bf6

Browse files
authored
Merge pull request #210 from pirogramming/develop
[Feat] 메인페이지에 제조사 추가
2 parents 0b2596f + 9c3f8a6 commit 67d6bf6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates/main/main_mainpage.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ <h1 class="app-title">HEALTHTANT</h1>
5555

5656
<div class="banner-info">
5757
<div class="banner-title">{{ f.food_name|default:"이름 없음" }}</div>
58-
{% if f.company_name or f.lprice %}
58+
{% if f.mallName or f.lprice %}
5959
<div class="banner-subtitle">
60-
{% if f.company_name %}{{ f.company_name }}{% endif %}
61-
{% if f.company_name and f.lprice %} · {% endif %}
60+
{% if f.mallName %}{{ f.mallName }}{% endif %}
61+
{% if f.mallName and f.lprice %} · {% endif %}
6262
{% if f.lprice %}{{ f.lprice }}원{% endif %}
6363
</div>
6464
{% endif %}

0 commit comments

Comments
 (0)