From ef5645baa7520a8d1125e05b58966c52c01b3f42 Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Mon, 24 Aug 2020 08:24:07 +0100 Subject: [PATCH] Improved ask read-only message Makes the read-only message more detailed and includes hyperlinks. Change-Id: I01f76949276962971246ce760c371e5bd010cb02 --- modules/openstack_project/templates/askbot/settings.py.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/openstack_project/templates/askbot/settings.py.erb b/modules/openstack_project/templates/askbot/settings.py.erb index 870d992c5a..0fbdc2469b 100644 --- a/modules/openstack_project/templates/askbot/settings.py.erb +++ b/modules/openstack_project/templates/askbot/settings.py.erb @@ -369,9 +369,9 @@ LIVESETTINGS_OPTIONS = { 'READ_ONLY_MODE_ENABLED': True, 'READ_ONLY_MESSAGE': 'The ask.openstack.org website will be read-only from ' - 'now on. Please ask questions on the openstack-discuss ' - 'mailing-list or on stackoverflow.com instead (use the ' - '"openstack" tag).' + 'now on. Please ask questions on the openstack-discuss ' + 'mailing-list, stackoverflow.com for coding or ' + 'serverfault.com for operations.' }, 'GENERAL_SKIN_SETTINGS': { <% if @custom_theme_enabled %>