Fixes variable name

This commit is contained in:
Mouse Reeve 2021-12-27 14:22:09 -08:00
parent 3cddd69274
commit e6b15f25eb

View file

@ -73,7 +73,7 @@
{% endif %}
{% if annual_summary_year and tab.key == 'home' %}
<section class="block" data-hide="hide_annual_summary_{{ year }}">
<section class="block" data-hide="hide_annual_summary_{{ annual_summary_year }}">
{% include 'feed/summary_card.html' with year=annual_summary_year %}
<hr>
</section>