Skip to content

Commit 17e823a

Browse files
authored
Merge pull request #148 from golony6449/feature/golony/session
세션 어드민 항목 수정
2 parents d233165 + 66e0b2f commit 17e823a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

session/admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class SessionAdmin(ImportExportModelAdmin):
2727
list_display = [
2828
"id",
2929
"title",
30-
"user",
30+
"host_profile_image",
3131
"difficulty",
3232
"duration",
3333
"language",

0 commit comments

Comments
 (0)