gpt4 book ai didi

python - 在 django 模板中显示包含 html 标签的字段,如普通 html 标签

转载 作者:行者123 更新时间:2023-11-28 19:40:42 24 4
gpt4 key购买 nike

我有一个名为 news 的模型,news 有一个名为 description 的字段,我使用 RichTextArea 从用户那里获取 description 的值,这样用户就可以在这个字段中输入 html 标签,现在我在模板中显示 description 的值像这样:

<div>
<h1>{{news.Title}}</h1>
{{news.Description}}
</div>

假设描述字段包含以下文本:

这是一个测试!

  • item1
  • item2
  • item3

模板以与保存相同的方式显示描述的值,我的意思是它在模板输出中显示标签而不是格式化的 HTML!我该怎么办?

最佳答案

您需要 safe 过滤器:

{{news.Description|safe}}

关于python - 在 django 模板中显示包含 html 标签的字段,如普通 html 标签,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7659769/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com