Skip to content

Commit

Permalink
Fix link target for height percentile reports
Browse files Browse the repository at this point in the history
  • Loading branch information
Lastpixl authored and cdubz committed Dec 25, 2023
1 parent e519634 commit bdeb149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reports/templates/reports/height_change.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}

0 comments on commit bdeb149

Please sign in to comment.