Skip to content

Commit

Permalink
skip the export form in Admin UI
Browse files Browse the repository at this point in the history
  • Loading branch information
manilde committed Jun 20, 2024
1 parent 75580fc commit 48e7cea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/metingen/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ class MetingVerrijkingAdmin(ImportExportMixin, admin.ModelAdmin):
raw_id_fields = ("hoogtepunt",)
ordering = ("hoogtepunt",)
resource_classes = [MetingVerrijkingResource]
skip_export_form= True

def get_import_formats(self):
return [TCOFormatClass]
Expand Down

0 comments on commit 48e7cea

Please sign in to comment.