Fixes variable name

This commit is contained in:
Mouse Reeve 2021-12-27 14:22:09 -08:00
parent 3cddd69274
commit e6b15f25eb
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@
{% endif %} {% endif %}
{% if annual_summary_year and tab.key == 'home' %} {% 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 %} {% include 'feed/summary_card.html' with year=annual_summary_year %}
<hr> <hr>
</section> </section>