mirror of
https://github.com/pretix/pretix.git
synced 2026-05-09 15:54:03 +00:00
Sort exporters by name alphabetically
This commit is contained in:
@@ -10,7 +10,7 @@ from ..signals import register_data_exporters
|
||||
|
||||
class JSONExporter(BaseExporter):
|
||||
identifier = 'json'
|
||||
verbose_name = 'JSON'
|
||||
verbose_name = 'Order data (JSON)'
|
||||
|
||||
def render(self, form_data):
|
||||
jo = {
|
||||
|
||||
Reference in New Issue
Block a user