Start supporting multiple libraries per lane, as needed for the HiSeq
[htsworkflow.git] / htsworkflow / frontend / experiments / admin.py
index 4181e5c91aef2aa0d2a7af9b2d0bddcc37ad65e6..fa0f15d0141a4473fc02098049d47bea1c3f2900 100644 (file)
@@ -59,7 +59,6 @@ class LaneInline(admin.StackedInline):
     Controls display of Lanes on the Flowcell form.
     """
     model = Lane
-    max_num = 8
     extra = 8
     form = LaneForm
     raw_id_fields = ('library',)