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:
parent
8d3b79f8fc
commit
d830e07eca
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user