diff options
Diffstat (limited to 'uploader/templates/populations/list-populations.html')
-rw-r--r-- | uploader/templates/populations/list-populations.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/uploader/templates/populations/list-populations.html b/uploader/templates/populations/list-populations.html index bf6cf98..c14a28c 100644 --- a/uploader/templates/populations/list-populations.html +++ b/uploader/templates/populations/list-populations.html @@ -12,7 +12,7 @@ {%else%} class="breadcrumb-item" {%endif%}> - <a href="{{url_for('populations.list_species_populations', + <a href="{{url_for('species.populations.list_species_populations', species_id=species.SpeciesId)}}">List</a> </li> {%endblock%} @@ -35,7 +35,7 @@ exist, click on the "Create Population" button below to create a new one. </p> <p> - <a href="{{url_for('populations.create_population', + <a href="{{url_for('species.populations.create_population', species_id=species.SpeciesId)}}" title="Create a new population for species '{{species.FullName}}'." class="btn btn-danger"> |