aboutsummaryrefslogtreecommitdiff
path: root/uploader/templates/populations/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'uploader/templates/populations/index.html')
-rw-r--r--uploader/templates/populations/index.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/uploader/templates/populations/index.html b/uploader/templates/populations/index.html
new file mode 100644
index 0000000..14cf547
--- /dev/null
+++ b/uploader/templates/populations/index.html
@@ -0,0 +1,16 @@
+{%extends "populations/base.html"%}
+{%from "flash_messages.html" import flash_all_messages%}
+{%from "species/macro-select-species.html" import select_species_form%}
+
+{%block title%}Populations{%endblock%}
+
+{%block pagetitle%}Populations{%endblock%}
+
+
+{%block contents%}
+<div class="row">
+ To continue, you need to select the species:
+
+ {{select_species_form(url_for("populations.index"), species)}}
+</div>
+{%endblock%}