diff options
Diffstat (limited to 'uploader/templates/populations/list-populations.html')
-rw-r--r-- | uploader/templates/populations/list-populations.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/uploader/templates/populations/list-populations.html b/uploader/templates/populations/list-populations.html index c14a28c..c3ba180 100644 --- a/uploader/templates/populations/list-populations.html +++ b/uploader/templates/populations/list-populations.html @@ -59,7 +59,9 @@ {%for population in populations%} <tr> <td> - <a href="#{{population.InbredSetId}}" + <a href="{{url_for('species.populations.view_population', + species_id=species.SpeciesId, + population_id=population.InbredSetId)}}" title="Population '{{population.FullName}}' for species '{{species.FullName}}'."> {{population.Name}} </a> |