diff options
Diffstat (limited to 'templates/user/auth/signup_inner.tmpl')
-rw-r--r-- | templates/user/auth/signup_inner.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/auth/signup_inner.tmpl b/templates/user/auth/signup_inner.tmpl index 70fc2947c3..4e8c0adb4f 100644 --- a/templates/user/auth/signup_inner.tmpl +++ b/templates/user/auth/signup_inner.tmpl @@ -37,7 +37,7 @@ {{if and .EnableCaptcha (eq .CaptchaType "image")}} <div class="inline field"> <label></label> - {{.Captcha.CreateHtml}} + {{.Captcha.CreateHTML}} </div> <div class="required inline field {{if .Err_Captcha}}error{{end}}"> <label for="captcha">{{.i18n.Tr "captcha"}}</label> |