Issue-3187: changes
This commit is contained in:
parent
1966f1d9a3
commit
1a682753c0
2 changed files with 4 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
<span data-poll="stream/{{ tab.key }}"></span>
|
||||
</a>
|
||||
|
||||
{% if request.user.show_goal and not goal and tab.key == 'home' %}
|
||||
{% if request.user.show_goal and not goal and tab.key == 'home' and has_read_throughs %}
|
||||
{% now 'Y' as year %}
|
||||
<section class="block">
|
||||
{% include 'feed/goal_card.html' with year=year %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue