Fix typo templage > template

pull/1580/head
Benedikt Breinbauer 2015-08-03 15:35:32 +02:00
rodzic 94ad915fee
commit ea77a0f7b9
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

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