From 7b5709ee40e2ac14ec28cd2075d51b18247f1c4a Mon Sep 17 00:00:00 2001 From: Ross Clark Date: Tue, 11 Jun 2024 18:18:18 +0100 Subject: [PATCH] rename functions --- streamfieldindex/wagtail_hooks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/streamfieldindex/wagtail_hooks.py b/streamfieldindex/wagtail_hooks.py index 5a2e8b1..c4eccd8 100644 --- a/streamfieldindex/wagtail_hooks.py +++ b/streamfieldindex/wagtail_hooks.py @@ -22,7 +22,7 @@ def post_publish(sender, instance, **kwargs): def index_post_page_move(sender, instance, **kwargs): index_page(instance) -def indx_post_unpublished(sender, instance, **kwargs): +def index_post_unpublished(sender, instance, **kwargs): index_page(instance)