mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-05 07:31:06 +00:00
Replace missed slugify example
This commit is contained in:
parent
8d3b79f8fc
commit
d830e07eca
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue