From d828fb13b99ef44b3e16f8fedec19cddb8c78648 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Sat, 19 Oct 2024 18:58:46 +0200 Subject: [PATCH] catalog.html: load captcha after main.js --- templates/themes/catalog/catalog.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/themes/catalog/catalog.html b/templates/themes/catalog/catalog.html index d956649b..d166b563 100644 --- a/templates/themes/catalog/catalog.html +++ b/templates/themes/catalog/catalog.html @@ -9,9 +9,9 @@ , board_name = "{{ board.uri }}" , is_overboard = "{{ is_overboard }}"; - {{ include('captcha_script.html', { form_action_type: 'post_thread' }) }} {{ settings.title }} ( /{{ board.title|e }}/ ) {% include 'header.html' %} + {{ include('captcha_script.html', { form_action_type: 'post_thread' }) }}