add help button if page has tour
- include logic in main layout to add button if there is a page tour available - add button for main user feed page
This commit is contained in:
parent
f81095cb64
commit
806e2778df
2 changed files with 7 additions and 0 deletions
|
@ -65,6 +65,7 @@ class Feed(View):
|
|||
"filters_applied": filters_applied,
|
||||
"path": f"/{tab['key']}",
|
||||
"annual_summary_year": get_annual_summary_year(),
|
||||
"has_tour": True,
|
||||
},
|
||||
}
|
||||
return TemplateResponse(request, "feed/feed.html", data)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue