aboutsummaryrefslogtreecommitdiff
path: root/uploader/templates/populations/index.html
blob: 14cf5474e2d1dcaa58995d094666a3a795063a3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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%}