summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorGusted <williamzijl7@hotmail.com>2022-08-19 04:13:08 +0200
committerGitHub <noreply@github.com>2022-08-18 22:13:08 -0400
commitfad0e7a497ee31cb3f3ac2e23867fd5a8beb80d7 (patch)
tree766328ec2a56c60c4fc7a44945fc9a9ddfe05d87 /templates
parentfc4680ea712fdf89065db882cd9d67946d004500 (diff)
downloadgitea-fad0e7a497ee31cb3f3ac2e23867fd5a8beb80d7.tar.gz
gitea-fad0e7a497ee31cb3f3ac2e23867fd5a8beb80d7.zip
Fix create repository page's help text (#20810)
Diffstat (limited to 'templates')
-rw-r--r--templates/user/auth/signup_inner.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/auth/signup_inner.tmpl b/templates/user/auth/signup_inner.tmpl
index 58380f57d8..b868b77bed 100644
--- a/templates/user/auth/signup_inner.tmpl
+++ b/templates/user/auth/signup_inner.tmpl
@@ -55,7 +55,7 @@
</div>
{{end}}
{{if and .EnableCaptcha (eq .CaptchaType "mcaptcha")}}
- <div class="inline field df ac db-small">
+ <div class="inline field df ac db-small captcha-field">
<span>{{.locale.Tr "captcha"}}</span>
<div class="border-secondary w-100-small" id="mcaptcha__widget-container" style="width: 50%; height: 5em"></div>
<div class="m-captcha" data-sitekey="{{ .McaptchaSitekey }}" data-instance-url="{{ .McaptchaURL }}"></div>