forked from leftypol/leftypol
index.html: load captcha after main.js
This commit is contained in:
parent
d828fb13b9
commit
deda7df25c
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue