1
0
Fork 0

Issue-3187: addressing review comments

This commit is contained in:
Rohan Sureshkumar 2024-01-15 17:22:33 +05:30
parent 1a682753c0
commit 5ef104b802
2 changed files with 9 additions and 5 deletions

View file

@ -33,7 +33,7 @@
<span data-poll="stream/{{ tab.key }}"></span>
</a>
{% if request.user.show_goal and not goal and tab.key == 'home' and has_read_throughs %}
{% if request.user.show_goal and not goal and tab.key == 'home' %}
{% now 'Y' as year %}
<section class="block">
{% include 'feed/goal_card.html' with year=year %}
@ -41,7 +41,7 @@
</section>
{% endif %}
{% if annual_summary_year and tab.key == 'home' %}
{% if annual_summary_year and tab.key == 'home' and has_read_throughs %}
<section class="block is-hidden" data-hide="hide_annual_summary_{{ annual_summary_year }}">
{% include 'feed/summary_card.html' with year=annual_summary_year %}
<hr>