diff options
| author | Frederick Muriuki Muriithi | 2024-09-03 15:31:12 -0500 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2024-09-03 16:51:27 -0500 |
| commit | 2046919e5db5d1e7136f48641fe0adb701c145e4 (patch) | |
| tree | 28f85290df7950497734254de0e18ccf702e153e /uploader/templates/populations/index.html | |
| parent | 61688c00e8734adee4d825571a9c43d926dca001 (diff) | |
| download | gn-uploader-2046919e5db5d1e7136f48641fe0adb701c145e4.tar.gz | |
Put populations under species: improve hierarchy.
Populations cannot exist without the species they are related to. This commit updates the URI hierarchy to reflect that expectation.
Diffstat (limited to 'uploader/templates/populations/index.html')
| -rw-r--r-- | uploader/templates/populations/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uploader/templates/populations/index.html b/uploader/templates/populations/index.html index 14cf547..061ca1d 100644 --- a/uploader/templates/populations/index.html +++ b/uploader/templates/populations/index.html @@ -11,6 +11,6 @@ <div class="row"> To continue, you need to select the species: - {{select_species_form(url_for("populations.index"), species)}} + {{select_species_form(url_for("species.populations.index"), species)}} </div> {%endblock%} |
