Improved ask read-only message

Makes the read-only message more detailed and includes hyperlinks.

Change-Id: I01f76949276962971246ce760c371e5bd010cb02
This commit is contained in:
Sorin Sbarnea 2020-08-24 08:24:07 +01:00
parent 06f725519d
commit ef5645baa7
1 changed files with 3 additions and 3 deletions

View File

@ -369,9 +369,9 @@ LIVESETTINGS_OPTIONS = {
'READ_ONLY_MODE_ENABLED': True, 'READ_ONLY_MODE_ENABLED': True,
'READ_ONLY_MESSAGE': 'READ_ONLY_MESSAGE':
'The ask.openstack.org website will be read-only from ' 'The ask.openstack.org website will be read-only from '
'now on. Please ask questions on the openstack-discuss ' 'now on. Please ask questions on the <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-discuss">openstack-discuss</a> '
'mailing-list or on stackoverflow.com instead (use the ' 'mailing-list, <a href="https://stackoverflow.com/questions/tagged/openstack">stackoverflow.com</a> for coding or '
'"openstack" tag).' '<a href="https://serverfault.com/tags/openstack/info">serverfault.com<a> for operations.'
}, },
'GENERAL_SKIN_SETTINGS': { 'GENERAL_SKIN_SETTINGS': {
<% if @custom_theme_enabled %> <% if @custom_theme_enabled %>