Fix link target for height percentile reports

This commit is contained in:
Xavier Mehrenberger 2023-12-23 16:17:42 +01:00 committed by Christopher Charbonneau Wells
parent e519634748
commit bdeb14968a
1 changed files with 1 additions and 1 deletions

View File

@ -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 %}