0
0
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:
Benedikt Breinbauer 2015-08-03 15:35:32 +02:00
parent 94ad915fee
commit ea77a0f7b9

View File

@ -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>