Option to hide the annual summary card

This commit is contained in:
Mouse Reeve
2021-12-27 14:12:57 -08:00
parent 2345845560
commit 3cddd69274
2 changed files with 8 additions and 1 deletions

View File

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