mirror of
https://github.com/wagtail/wagtail.git
synced 2024-12-01 11:41:20 +01:00
Fix typo templage > template
This commit is contained in:
parent
94ad915fee
commit
ea77a0f7b9
@ -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 New Issue
Block a user