index.html: load captcha after main.js

This commit is contained in:
Zankaria 2024-10-19 19:00:01 +02:00
parent d828fb13b9
commit deda7df25c

View file

@ -13,9 +13,9 @@
active_page = "ukko";
{% endif %}
</script>
{% 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 %}