Changeset - eef7021d1327
[Not reviewed]
0 1 0
Lance Edgar (lance) - 2 months ago 2024-08-09 16:13:47
lance@edbob.org
fix: stop setting falafel theme in installer

that is the same as current 'default' theme; and using falafel
requires an override of tailbone.themes.keys which we don't want to
bother doing
1 file changed with 0 insertions and 3 deletions:
0 comments (0 inline, 0 general)
rattail/install.py
Show inline comments
 
@@ -267,9 +267,6 @@ class InstallHandler(GenericHandler):
 

	
 
    def put_settings(self, **kwargs):
 

	
 
        # set falafel theme
 
        self.put_setting('tailbone.theme', 'falafel')
 

	
 
        # hide theme picker
 
        self.put_setting('tailbone.themes.expose_picker', 'false')
 

	
0 comments (0 inline, 0 general)