Add flowcell notes field back to the admin page
authorDiane Trout <diane@caltech.edu>
Mon, 9 Mar 2009 17:19:40 +0000 (17:19 +0000)
committerDiane Trout <diane@caltech.edu>
Mon, 9 Mar 2009 17:19:40 +0000 (17:19 +0000)
htsworkflow/frontend/experiments/admin.py

index 7432727038845f8308444b199394af4a1c52bdc2..f1fbd51d24dfd668179103fd227e617f5575ba3e 100644 (file)
@@ -48,6 +48,7 @@ class FlowCellOptions(admin.ModelAdmin):
         ('Lanes:', {
            'fields' : (('lane_1_library', 'lane_1_pM', 'lane_1_cluster_estimate'), ('lane_2_library', 'lane_2_pM', 'lane_2_cluster_estimate'), ('lane_3_library', 'lane_3_pM', 'lane_3_cluster_estimate'), ('lane_4_library', 'lane_4_pM', 'lane_4_cluster_estimate'), ('lane_5_library', 'lane_5_pM', 'lane_5_cluster_estimate'), ('lane_6_library', 'lane_6_pM', 'lane_6_cluster_estimate'), ('lane_7_library', 'lane_7_pM', 'lane_7_cluster_estimate'), ('lane_8_library', 'lane_8_pM', 'lane_8_cluster_estimate'),)
         }),
+        ('Notes:', { 'fields': ('notes',),}),
     )
 
 class ClusterStationOptions(admin.ModelAdmin):