From fa1d79a4320287ddc98a66244fa994bf72a5826e Mon Sep 17 00:00:00 2001 From: Kalob Taulien <4743971+KalobTaulien@users.noreply.github.com> Date: Wed, 29 Nov 2023 13:39:34 -0700 Subject: [PATCH] End tag typo fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Documentation typo. ¯\_(ツ)_/¯ --- docs/topics/writing_templates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/writing_templates.md b/docs/topics/writing_templates.md index bdec0a7b48..4436cc0d16 100644 --- a/docs/topics/writing_templates.md +++ b/docs/topics/writing_templates.md @@ -360,7 +360,7 @@ Much like `{% cache %}`, you can use [`make_template_fragment_key`](django.core. {% wagtailpagecache 500 "hero" %} <!-- hero --> -{% endwagtailcache %} +{% endwagtailpagecache %} ``` This is identical to: