From deda7df25c814504fdf44782ac44d8af0492265a Mon Sep 17 00:00:00 2001 From: Zankaria Date: Sat, 19 Oct 2024 19:00:01 +0200 Subject: [PATCH] index.html: load captcha after main.js --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index e9b944a1..297d1fda 100644 --- a/templates/index.html +++ b/templates/index.html @@ -13,9 +13,9 @@ active_page = "ukko"; {% endif %} + {% include 'header.html' %} {{ include('captcha_script.html', { form_action_type: 'post_thread' }) }} - {% include 'header.html' %} {% set page_num %}{% for page in pages %}{% if page.selected %}{% if page.num != 1 %}{{ page.num }}{% endif %}{% endif %}{% endfor %}{% endset %} {% set meta_subject %}{{ board.subtitle|newline_to_full_stop|e }}{% endset %}