Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Fix captchas (thanks @bakape)

Cette révision appartient à :
sfan5 2017-05-07 14:36:54 +02:00
Parent 451926ac02
révision 575eb1d01b

Voir le fichier

@ -1,7 +1,7 @@
{{define "captcha"}}
<div class="form-group captcha-container">
<label for="solution">Captcha</label>
<input type="text" name="capthcaID" value="{{.CaptchaID}}" hidden>
<input type="text" name="captchaID" value="{{.CaptchaID}}" hidden>
<img src="/captcha/{{.CaptchaID}}.png">
<input type="number" name="solution" class="form-control" placeholder="Captcha" required>
</div>