From 52321abc7b2037f81dafbed5ba2f85c6eebec34c Mon Sep 17 00:00:00 2001 From: rosemash <56106997+rosemash@users.noreply.github.com> Date: Sat, 22 Jan 2022 10:43:53 -0800 Subject: [PATCH] Fix 404 caused by recent_posts.html loading wrong JS filename --- templates/mod/recent_posts.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/mod/recent_posts.html b/templates/mod/recent_posts.html index fbeb6fa3..d4fc1f16 100644 --- a/templates/mod/recent_posts.html +++ b/templates/mod/recent_posts.html @@ -1,4 +1,4 @@ - + {% if not posts|count %}

({% trans 'There are no active posts.' %})

{% else %}