Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0
Ce dépôt a été archivé le 2022-05-07. Vous pouvez voir ses fichiers ou le cloner, mais pas ouvrir de ticket ou de demandes d'ajout, ni soumettre de changements.
nyaa-pantsu/templates/_captcha.html

9 lignes
322 o
HTML
Brut Vue normale Historique

2017-05-07 10:25:09 +02:00
{{define "captcha"}}
<div class="form-group captcha-container">
2017-05-07 13:57:38 +02:00
<label for="solution">Captcha</label>
2017-05-07 14:36:54 +02:00
<input type="text" name="captchaID" value="{{.CaptchaID}}" hidden>
2017-05-07 10:25:09 +02:00
<img src="/captcha/{{.CaptchaID}}.png">
2017-05-07 19:23:31 +02:00
<input type="text" name="solution" class="form-control" placeholder="Captcha" required>
2017-05-07 10:25:09 +02:00
</div>
{{end}}