remove translations from support form values
This commit is contained in:
committed by
Matthew Piatetsky
parent
772d8af669
commit
181a531aca
@@ -28,11 +28,11 @@ class Provenance(Enum):
|
||||
"""
|
||||
Provenance enum
|
||||
"""
|
||||
course = _('Course')
|
||||
org = _('Org')
|
||||
site = _('Site')
|
||||
global_ = _('Global')
|
||||
default = _('Default')
|
||||
course = 'Course'
|
||||
org = 'Org'
|
||||
site = 'Site'
|
||||
global_ = 'Global'
|
||||
default = 'Default'
|
||||
|
||||
|
||||
class StackedConfigurationModel(ConfigurationModel):
|
||||
|
||||
Reference in New Issue
Block a user