You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/templates/user/auth
wxiaoguang d2f6588b66
Remove incorrect and unnecessary Escape from templates (#29394)
Follow #29165

* some of them are incorrect, which would lead to double escaping (eg:
`(print (Escape $.RepoLink)`)
* other of them are not necessary, because `Tr` handles strings&HTML
automatically

Suggest to review by "unified view":
https://github.com/go-gitea/gitea/pull/29394/files?diff=unified&w=0
12 months ago
..
activate.tmpl Remove incorrect and unnecessary Escape from templates (#29394) 12 months ago
captcha.tmpl Move the captcha script loader to the template which really needs it (#28718) 1 year ago
change_passwd.tmpl
change_passwd_inner.tmpl
finalize_openid.tmpl Remove unnecessary "Str2html" modifier from templates (#29319) 12 months ago
forgot_passwd.tmpl Remove incorrect and unnecessary Escape from templates (#29394) 12 months ago
grant.tmpl Remove unnecessary "Str2html" modifier from templates (#29319) 12 months ago
grant_error.tmpl
link_account.tmpl
oidc_wellknown.tmpl Refactor more code in templates (#29236) 12 months ago
prohibit_login.tmpl
reset_passwd.tmpl Remove unnecessary "Str2html" modifier from templates (#29319) 12 months ago
signin.tmpl
signin_inner.tmpl Revert "Support SAML authentication (#25165)" (#29358) 12 months ago
signin_navbar.tmpl
signin_openid.tmpl Revert #28753 because UI broken. (#29293) 12 months ago
signup.tmpl
signup_inner.tmpl Revert #28753 because UI broken. (#29293) 12 months ago
signup_openid_connect.tmpl
signup_openid_navbar.tmpl
signup_openid_register.tmpl
twofa.tmpl Remove unnecessary "Str2html" modifier from templates (#29319) 12 months ago
twofa_scratch.tmpl
webauthn.tmpl Don't show Link to TOTP if not set up (#27585) 1 year ago
webauthn_error.tmpl