From 66e46763c63458d2dad5f66163fd33f347e6b15a Mon Sep 17 00:00:00 2001 From: Kory Becker Date: Fri, 17 Feb 2023 12:00:22 -0500 Subject: [PATCH] fix --- pybossa/settings_local.py.tmpl | 2 +- settings_test.py.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pybossa/settings_local.py.tmpl b/pybossa/settings_local.py.tmpl index b513a4e887..35a3e251b4 100644 --- a/pybossa/settings_local.py.tmpl +++ b/pybossa/settings_local.py.tmpl @@ -29,7 +29,7 @@ SERVER_TYPE = 'Development QA' DISPLAY_PLATFORM_IDENTIFIER = True -LOGO_COLOR = { +NAVBAR_COLOR = { 'Development QA': 'linear-gradient(44deg, orange, #4b0f0f)', 'Public QA': 'linear-gradient(44deg, green, #003300)', 'Private QA': 'linear-gradient(44deg, seagreen, #005500)' diff --git a/settings_test.py.tmpl b/settings_test.py.tmpl index 44fd077c54..40d6d3e0d5 100644 --- a/settings_test.py.tmpl +++ b/settings_test.py.tmpl @@ -4,7 +4,7 @@ from collections import OrderedDict SERVER_NAME = 'localhost' SERVER_TYPE = 'Development QA' DISPLAY_PLATFORM_IDENTIFIER = True -LOGO_COLOR = { +NAVBAR_COLOR = { 'Development QA': 'linear-gradient(44deg, orange, #4b0f0f)', 'Public QA': 'linear-gradient(44deg, green, #003300)', 'Private QA': 'linear-gradient(44deg, seagreen, #005500)'