7 lignes
284 o
HTML
7 lignes
284 o
HTML
{{define "captcha"}}
|
|
<div class="form-group captcha-container">
|
|
<input type="text" name="capthcaID" value="{{.CaptchaID}}" hidden>
|
|
<img src="/captcha/{{.CaptchaID}}.png">
|
|
<input type="number" name="solution" class="form-control" placeholder="Captcha" required>
|
|
</div>
|
|
{{end}}
|