0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 11:41:20 +01:00

Replace missed slugify example

This commit is contained in:
Dan Braghis 2015-06-02 16:06:03 +01:00
parent 8d3b79f8fc
commit d830e07eca

View File

@ -324,7 +324,7 @@ Extend ``blog_index_page.html`` to show related items
{% load static core_tags wagtailcore_tags %}
{% block body_class %}template-{{ self.get_verbose_name|slugify }}{% endblock %}
{% block body_class %}template-blogindexpage{% endblock %}
{% block content %}
<h1>{{ self.title }}</h1>