1
0
Fork 0

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:
Hugh Rundle 2022-06-12 19:41:50 +10:00
parent f81095cb64
commit 806e2778df
2 changed files with 7 additions and 0 deletions

View file

@ -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)