FieldPanel 富文本欢迎消息未出现
FieldPanel richtext welcome message not appearing
我已经按照教程学习了。我没有收到 <b>Welcome</b> to our new site!
消息。
基本上,我不确定在模型中设置上述消息的位置以及为什么它没有出现在我面前?我执行了 运行 makemigrations
和 migrate
命令
{% load wagtailcore_tags %}
{{ page.body|richtext }}
模型中的任何地方都没有设置文本 "Welcome to our new site!"。这只是用户在执行本教程的这一步时可能输入的一些文本的示例:
You can now edit the homepage within the Wagtail admin area (go to Explorer, Homepage, then Edit) to see the new body field. Enter some text into the body field, and publish the page.
我已经按照教程学习了。我没有收到 <b>Welcome</b> to our new site!
消息。
基本上,我不确定在模型中设置上述消息的位置以及为什么它没有出现在我面前?我执行了 运行 makemigrations
和 migrate
命令
{% load wagtailcore_tags %}
{{ page.body|richtext }}
模型中的任何地方都没有设置文本 "Welcome to our new site!"。这只是用户在执行本教程的这一步时可能输入的一些文本的示例:
You can now edit the homepage within the Wagtail admin area (go to Explorer, Homepage, then Edit) to see the new body field. Enter some text into the body field, and publish the page.