X-Git-Url: http://woldlab.caltech.edu/gitweb/?a=blobdiff_plain;f=htsworkflow%2Ffrontend%2Fsamples%2Fmodels.py;h=7199fbf8ea10eb547d56dd27a1955a127cc864b0;hb=13b0610dfe43ae185aaf64ddf0086b39bccb32e9;hp=26d718576d9c45905b9544d733087099d3ec20a3;hpb=85f5f1c84178d63f0f5cda4c91f38f932979c723;p=htsworkflow.git diff --git a/htsworkflow/frontend/samples/models.py b/htsworkflow/frontend/samples/models.py index 26d7185..7199fbf 100644 --- a/htsworkflow/frontend/samples/models.py +++ b/htsworkflow/frontend/samples/models.py @@ -237,4 +237,4 @@ class Library(models.Model): @models.permalink def get_absolute_url(self): - return ('htsworkflow.frontend.samples.views.library_to_flowcells', [str(self.id)]) + return ('htsworkflow.frontend.samples.views.library_to_flowcells', [str(self.library_id)])