Archived
1
0

cookie based captchas

This commit is contained in:
jeff
2015-08-08 13:19:31 -04:00
parent a3293a8527
commit c2d6928f0e
3 changed files with 1 additions and 4 deletions

View File

@@ -8,7 +8,6 @@
}}
<form action="{{post_url}}" enctype="multipart/form-data" name="post" method="post">
<input type="hidden" name="reference" value="{{reference}}" />
<input type="hidden" name="captcha" value="" id="captcha_input" />
<div id="postform-outer">
<div id="postform-inner">
<table class="postform">
@@ -51,7 +50,7 @@
Captcha
</th>
<td>
<img id="captcha_img" src="" alt="captcha" />
<img id="captcha_img" src="{{prefix}}captcha/img" alt="captcha" />
</td>
</tr>
<tr>