Merge "Improved ask read-only message"

This commit is contained in:
Zuul 2020-09-02 13:26:56 +00:00 committed by Gerrit Code Review
commit d9e1e64497

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 %>