mirror of https://github.com/snachodog/mybuddy.git
Fix link target for height percentile reports
This commit is contained in:
parent
e519634748
commit
bdeb14968a
|
@ -5,6 +5,6 @@
|
||||||
|
|
||||||
{% block breadcrumbs %}
|
{% block breadcrumbs %}
|
||||||
{{ block.super }}
|
{{ block.super }}
|
||||||
{% include 'reports/breadcrumb_common_chunk.html' with target_url='reports:report-height-change-child' %}
|
{% include 'reports/breadcrumb_common_chunk.html' with target_url=target_url %}
|
||||||
<li class="breadcrumb-item active" aria-current="page">{% trans "Height" %}</li>
|
<li class="breadcrumb-item active" aria-current="page">{% trans "Height" %}</li>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in New Issue