From d830e07ecaa4edef1fc7e47f3d50f4385a9987fb Mon Sep 17 00:00:00 2001 From: Dan Braghis Date: Tue, 2 Jun 2015 16:06:03 +0100 Subject: [PATCH] Replace missed slugify example --- docs/getting_started/tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started/tutorial.rst b/docs/getting_started/tutorial.rst index 615c45ed5e..c0a0d860dc 100644 --- a/docs/getting_started/tutorial.rst +++ b/docs/getting_started/tutorial.rst @@ -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 %}

{{ self.title }}