File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 11{{if .EnableCaptcha}}{{if eq .CaptchaType "image"}}
22 <div class="inline field tw-text-center">
33 <input type="hidden" name="img-captcha-id" value="{{.Captcha}}">
4- <img style="transform: scaleX(-1)" onclick="this.src=`{{AppSubUrl}}/captcha/{{.Captcha}}.png?reload=${Date.now()}`" class="captcha-img" src="{{AppSubUrl}}/captcha/{{.Captcha}}.png" alt="{{ctx.Locale.Tr "captcha"}}">
4+ <img style="transform: scaleX(-1);background-color: white " onclick="this.src=`{{AppSubUrl}}/captcha/{{.Captcha}}.png?reload=${Date.now()}`" class="captcha-img" src="{{AppSubUrl}}/captcha/{{.Captcha}}.png" alt="{{ctx.Locale.Tr "captcha"}}">
55 </div>
66 <div class="required field {{if .Err_Captcha}}error{{end}}">
77 <label for="captcha">{{ctx.Locale.Tr "captcha"}}</label>
You can’t perform that action at this time.
0 commit comments