forked from GithubBackups/vichan
Update post_form.html
This commit is contained in:
parent
f79c87b2e0
commit
107a91f8cc
@ -89,6 +89,20 @@
|
|||||||
<script>load_captcha("{{ config.captcha.provider_get }}", "{{ config.captcha.extra }}");</script>
|
<script>load_captcha("{{ config.captcha.provider_get }}", "{{ config.captcha.extra }}");</script>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<!-- New thread capt -->
|
||||||
|
{% elseif config.new_thread_capt %}
|
||||||
|
<!-- :^) -->
|
||||||
|
{% if id %}
|
||||||
|
{% else %}
|
||||||
|
<tr class='captcha'>
|
||||||
|
<th>
|
||||||
|
{% trans %}Verification{% endtrans %}
|
||||||
|
</th>
|
||||||
|
<td>
|
||||||
|
<script>load_captcha("{{ config.captcha.provider_get }}", "{{ config.captcha.extra }}");</script>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if config.user_flag %}
|
{% if config.user_flag %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user