aboutsummaryrefslogtreecommitdiff
path: root/uploader/templates/genotypes/base.html
blob: 1b274bf8218160e44cb474a6d484e92ab27da8e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{%extends "populations/base.html"%}

{%block lvl3_breadcrumbs%}
<li {%if activelink=="genotypes"%}
    class="breadcrumb-item active"
    {%else%}
    class="breadcrumb-item"
    {%endif%}>
  <a href="{{url_for('species.populations.genotypes.index')}}">Genotypes</a>
</li>
{%block lvl4_breadcrumbs%}{%endblock%}
{%endblock%}