mirror of
				https://github.com/yanislav-igonin/micrach
				synced 2025-11-04 10:27:02 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			313 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			313 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 }}
 |