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.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>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in New Issue