Minor changes to display
authorLorian Schaeffer <lorian@caltech.edu>
Tue, 5 Oct 2010 18:12:42 +0000 (18:12 +0000)
committerLorian Schaeffer <lorian@caltech.edu>
Tue, 5 Oct 2010 18:12:42 +0000 (18:12 +0000)
htsworkflow/frontend/samples/admin.py

index 83aa70e745e59c3bb28932a91fed109c5a18868a..6db3ba831e59cb88d0fe397ae470e7e802156892 100644 (file)
@@ -113,20 +113,17 @@ class LibraryOptions(admin.ModelAdmin):
         'public',
         'affiliation',
         'undiluted_concentration',
+        'gel_cut_size',
         'creation_date',
-        'stopping_point',
     )
     list_filter = (
-        'experiment_type', 
-        'library_species', 
-        'tags',
+        'hidden',
         'affiliations',
+        'library_species', 
+        'experiment_type', 
         'made_by', 
-        'antibody',
         'cell_line',
-        'condition',
-        'stopping_point',
-        'hidden')
+        'stopping_point',)
     list_display_links = ('id', 'library_name',)
     fieldsets = (
       (None, {