diff options
Diffstat (limited to 'chimere/admin.py')
-rw-r--r-- | chimere/admin.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chimere/admin.py b/chimere/admin.py index 1295cf5..99ef31e 100644 --- a/chimere/admin.py +++ b/chimere/admin.py @@ -304,14 +304,10 @@ MARKER_FIELDSETS = [ ROUTE_FIELDSETS = deepcopy(MARKER_FIELDSETS) ROUTE_FIELDSETS[0][1]['fields'][0] = 'route' -ROUTE_FIELDSETS[0][1]['fields'].pop(ROUTE_FIELDSETS[0][1]['fields'].index( - 'description')) ROUTE_FIELDSETS[3][1]['fields'] = ('ref_item', 'associated_file', 'read_from_file') POLYGON_FIELDSETS = deepcopy(MARKER_FIELDSETS) POLYGON_FIELDSETS[0][1]['fields'][0] = 'polygon' -POLYGON_FIELDSETS[0][1]['fields'].pop(POLYGON_FIELDSETS[0][1]['fields'].index( - 'description')) class MarkerAdmin(admin.ModelAdmin): |