Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

dont show suggestions for capcha box

Cette révision appartient à :
Your Name 2017-05-10 04:41:33 +00:00
Parent bb38b7a3ec
révision 0cc8857f2f

Voir le fichier

@ -3,6 +3,6 @@
<label for="solution">Captcha</label>
<input type="text" name="captchaID" value="{{.CaptchaID}}" hidden>
<img src="/captcha/{{.CaptchaID}}.png">
<input type="text" name="solution" class="form-control" placeholder="Captcha" required>
<input type="text" name="solution" class="form-control" placeholder="Captcha" autocomplete="off" required>
</div>
{{end}}