8 lignes
322 o
HTML
8 lignes
322 o
HTML
{{define "captcha"}}
|
|
<div class="form-group captcha-container">
|
|
<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>
|
|
</div>
|
|
{{end}}
|