Skip to content

Commit b3ad6ae

Browse files
authored
Merge pull request #184 from pirogramming/fix/#183
Fix: member 변수를 item으로 받고 있던 버그 수정
2 parents 0ff8263 + e60ca39 commit b3ad6ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/teams/team.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ <h3>
1313
<div class="profile_section">
1414
{% if member.user.profile_image %}
1515
<img
16-
src="{{ item.user.profile_image.url }}"
16+
src="{{ member.user.profile_image.url }}"
1717
alt="프로필사진"
1818
class="profile_img"
1919
/>

0 commit comments

Comments
 (0)