forked from CGM_Public/pretix_original
Refactor primary color to settings variable (#1775)
This commit is contained in:
@@ -1580,7 +1580,7 @@ Your {event} team"""))
|
||||
'type': bool
|
||||
},
|
||||
'primary_color': {
|
||||
'default': '#8E44B3',
|
||||
'default': settings.PRETIX_PRIMARY_COLOR,
|
||||
'type': str,
|
||||
},
|
||||
'theme_color_success': {
|
||||
|
||||
Reference in New Issue
Block a user