diff options
author | Gusted <williamzijl7@hotmail.com> | 2022-08-19 04:13:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-18 22:13:08 -0400 |
commit | fad0e7a497ee31cb3f3ac2e23867fd5a8beb80d7 (patch) | |
tree | 766328ec2a56c60c4fc7a44945fc9a9ddfe05d87 /templates/user | |
parent | fc4680ea712fdf89065db882cd9d67946d004500 (diff) | |
download | gitea-fad0e7a497ee31cb3f3ac2e23867fd5a8beb80d7.tar.gz gitea-fad0e7a497ee31cb3f3ac2e23867fd5a8beb80d7.zip |
Fix create repository page's help text (#20810)
Diffstat (limited to 'templates/user')
-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 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> |