forked from leftypol/leftypol
Added tinyboard integration stuff
This commit is contained in:
parent
a2ca590c7c
commit
7898de2589
4 changed files with 169 additions and 0 deletions
|
@ -58,6 +58,21 @@
|
|||
</td>
|
||||
</tr>
|
||||
{% endif %}
|
||||
{% if config.imgcaptcha %}
|
||||
<tr>
|
||||
<th>
|
||||
{% trans %}Verification{% endtrans %}
|
||||
{{ antibot.html() }}
|
||||
</th>
|
||||
<td>
|
||||
<input type="hidden" name="imgcaptcha_hash" id="imgcaptcha_hash" value="kucaj stad, kucu hakierze">
|
||||
<img src="" width="128px" height="96px" id="imgcaptcha_img"></img><br>
|
||||
{% config.imgcaptcha_question %} <input type="text" name="imgcaptcha_verify" id="imgcaptcha_verify" value=""></input><br>
|
||||
<a href="javascript:ic_odswiezKapcze()">Odswiez</a>
|
||||
{{ antibot.html() }}
|
||||
</td>
|
||||
</tr>
|
||||
{% endif %}
|
||||
<tr>
|
||||
<th>
|
||||
{% trans %}File{% endtrans %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue