Skip to content

Commit

Permalink
[bug/#124] 강의계획서 이메일 출력 되도록 처리
Browse files Browse the repository at this point in the history
  • Loading branch information
Yejin0O0 committed Sep 11, 2022
1 parent 2ce477e commit 6325dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Back_end/lecture/templates/lecture_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ <h3 class="title">대표자 이메일</h3>
<div class="content-body">
<div class="form-group">
<!--여기 뜨는 것은 작성자가 입력한 내용이 아닌, 작성자 개인정보에서 가져와서 뜨도록 수정-->
<a>{{ lect.lect_chief.useremail_set.first.user_email }}</a>
<a>{{ lect.lect_chief.useremail_set.first.email }}</a>
</div>
</div>
</div>
Expand Down

0 comments on commit 6325dd5

Please sign in to comment.