mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-13 09:43:10 +00:00
parent
7e89a8e4a2
commit
6b3ddde533
1 changed files with 1 additions and 1 deletions
|
|
@ -196,7 +196,7 @@ Adjust your BlogPage template to output the image:
|
|||
{% image self.main_image width-400 %}
|
||||
{% endif %}
|
||||
|
||||
<div class="intro">{% self.intro %}</div>
|
||||
<div class="intro">{{ self.intro }}</div>
|
||||
|
||||
{{ self.body | richtext }}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue