mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-21 23:24:45 +00:00
Merge pull request #1580 from benebun/patch-1
Fix typo templage > template
This commit is contained in:
commit
fd821179cd
1 changed files with 2 additions and 2 deletions
|
|
@ -147,7 +147,7 @@ Create a template at ``blog/templates/blog/blog_page.html``:
|
|||
|
||||
{% load wagtailcore_tags %}
|
||||
|
||||
{% block body_class %}templage-blogpage{% endblock %}
|
||||
{% block body_class %}template-blogpage{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h1>{{ self.title }}</h1>
|
||||
|
|
@ -217,7 +217,7 @@ Adjust your blog page template to include the image:
|
|||
|
||||
{% load wagtailcore_tags wagtailimages_tags %}
|
||||
|
||||
{% block body_class %}templage-blogpage{% endblock %}
|
||||
{% block body_class %}template-blogpage{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h1>{{ self.title }}</h1>
|
||||
|
|
|
|||
Loading…
Reference in a new issue