Tweaked ExportTemplate admin display
This commit is contained in:
parent
f8f973dac2
commit
33694030b7
|
|
@ -40,7 +40,7 @@ class GraphAdmin(admin.ModelAdmin):
|
|||
|
||||
@admin.register(ExportTemplate)
|
||||
class ExportTemplateAdmin(admin.ModelAdmin):
|
||||
list_display = ['content_type', 'name', 'mime_type', 'file_extension']
|
||||
list_display = ['name', 'content_type', 'mime_type', 'file_extension']
|
||||
|
||||
|
||||
@admin.register(TopologyMap)
|
||||
|
|
|
|||
Loading…
Reference in New Issue