forked from leftypol/leftypol
catalog.html: load captcha after main.js
This commit is contained in:
parent
0a3430c134
commit
d828fb13b9
1 changed files with 1 additions and 1 deletions
|
@ -9,9 +9,9 @@
|
|||
, board_name = "{{ board.uri }}"
|
||||
, is_overboard = "{{ is_overboard }}";
|
||||
</script>
|
||||
{{ include('captcha_script.html', { form_action_type: 'post_thread' }) }}
|
||||
<title>{{ settings.title }} ( /{{ board.title|e }}/ )</title>
|
||||
{% include 'header.html' %}
|
||||
{{ include('captcha_script.html', { form_action_type: 'post_thread' }) }}
|
||||
</head>
|
||||
<body class="8chan vichan {% if mod %}is-moderator{% else %}is-not-moderator{% endif %} theme-catalog active-catalog" data-stylesheet="{% if config.default_stylesheet.1 != '' %}{{ config.default_stylesheet.1 }}{% else %}default{% endif %}">
|
||||
<div id="top-hud" class="top bar topbar">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue