강의

멘토링

로드맵

Inflearn Community Q&A

michaelaeon9313's profile image
michaelaeon9313

asked

Dr. Nam's Python Tutorial for Creating Real-World Websites

Add HTML editor feature to the post writing form.

edit.html - 그림표시문의.

Written on

·

148

1

안녕하세요. 강사님. 

혹시 edit 화면에서 테그로 보이는데, 이건 어떻게 처리하면 view 화면처럼 그림으로 보이게 할수 있나요?  {% autoescape false %}{{data.contents}}{% endautoescape %} 옵션을 넣었는데도 edit 화면에서는

<p><img src="/board/images/j7p2JQmN.jpg" style="max-width: 900px;"><img src="/board/images/nmEgwKkv.jpg" style="max-width: 900px;"><img src="/board/images/z3PkW0xO.jpg" style="max-width: 900px;"><br></p>

처럼 테그로 나옵니다.

답변 부탁드립니다.

python

Answer 3

0

nambaksa님의 프로필 이미지
nambaksa
Instructor

확인 되셨다니 다행입니다.

0

michaelaeon9313님의 프로필 이미지
michaelaeon9313
Questioner

다음 강좌 중간에 나오네요.. ㅠㅠㅠ

0

michaelaeon9313님의 프로필 이미지
michaelaeon9313
Questioner

글작성 화면처럼 구조 및 코드를 변경하니, 잘됩니다.

michaelaeon9313's profile image
michaelaeon9313

asked

Ask a question