Skip to content
Snippets Groups Projects
Commit 181a531a authored by Gabe Mulley's avatar Gabe Mulley Committed by Matthew Piatetsky
Browse files

remove translations from support form values

parent 772d8af6
No related branches found
Tags release-2018-12-12-12.20
No related merge requests found
......@@ -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):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment