From: Lorian Schaeffer Date: Tue, 5 Oct 2010 18:12:42 +0000 (+0000) Subject: Minor changes to display X-Git-Tag: 0.4.5~3 X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=commitdiff_plain;h=7c41aebd71a0311f959478d20e3136c5c5b342b5 Minor changes to display --- diff --git a/htsworkflow/frontend/samples/admin.py b/htsworkflow/frontend/samples/admin.py index 83aa70e..6db3ba8 100644 --- a/htsworkflow/frontend/samples/admin.py +++ b/htsworkflow/frontend/samples/admin.py @@ -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, {