mirror of
https://github.com/yanislav-igonin/micrach
synced 2025-04-20 03:40:33 +03:00
7 lines
312 B
HTML
7 lines
312 B
HTML
![]() |
{{ define "captcha" }}
|
||
|
<div class="captcha-container text-center">
|
||
|
<img src="/captcha/{{ . }}" alt="Captcha">
|
||
|
</div>
|
||
|
<input class="form-control" type="hidden" name="captchaId" value="{{ . }}">
|
||
|
<input class="form-control" id="postCaptcha" type="tel" pattern="\d+" placeholder="Captcha" name="captcha">
|
||
|
{{ end }}
|