mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Change slug of GlobalSettingsObject
This commit is contained in:
@@ -518,4 +518,4 @@ class GlobalSettingsObject:
|
||||
def __init__(self):
|
||||
self.settings = SettingsProxy(self, type=GlobalSetting)
|
||||
self.setting_objects = GlobalSetting.objects
|
||||
self.slug = 'GLOBALSETTINGS'
|
||||
self.slug = '_global'
|
||||
|
||||
Reference in New Issue
Block a user