Merge pull request #7604 from philipsd6/enable-html-custom-login-info

Update help_text for Custom Login Info to show support for HTML

Reviewed-by: awxbot
             https://github.com/awxbot
This commit is contained in:
softwarefactory-project-zuul[bot] 2020-07-10 19:08:48 +00:00 committed by GitHub
commit b8b0812e13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,8 +31,8 @@ register(
label=_('Custom Login Info'),
help_text=_('If needed, you can add specific information (such as a legal '
'notice or a disclaimer) to a text box in the login modal using '
'this setting. Any content added must be in plain text, as '
'custom HTML or other markup languages are not supported.'),
'this setting. Any content added must be in plain text or an '
'HTML fragment, as other markup languages are not supported.'),
category=_('UI'),
category_slug='ui',
)