forked from mirrors/bookwyrm
Fixes variable name
This commit is contained in:
parent
3cddd69274
commit
e6b15f25eb
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue