Update post_form.html

This commit is contained in:
blahblah666 2015-01-28 23:20:54 -08:00
parent f79c87b2e0
commit 107a91f8cc

View File

@ -89,6 +89,20 @@
<script>load_captcha("{{ config.captcha.provider_get }}", "{{ config.captcha.extra }}");</script>
</td>
</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 %}
{% if config.user_flag %}