Browse Source

fixed template

pull/40/head
asiekierka 12 years ago
parent
commit
938362860c
  1. 4
      templates/post_form.html

4
templates/post_form.html

@ -66,8 +66,8 @@
</th>
<td>
<input type="hidden" name="imgcaptcha_hash" id="imgcaptcha_hash" value="kucaj stad, kucu hakierze">
<img src="{% config.imgcaptcha_filler %}" width="{% config.imgcaptcha_width %}px" height="{% config.imgcaptcha_height %}px" id="imgcaptcha_img"></img><br>
{% config.imgcaptcha_question %} <input type="text" name="imgcaptcha_verify" id="imgcaptcha_verify" value=""></input><br>
<img src="{{ config.imgcaptcha_filler }}" width="{{ config.imgcaptcha_width }}px" height="{{ config.imgcaptcha_height }}px" 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>

Loading…
Cancel
Save