The menu currently has issues with being open when switching to a new page. The menu should be open but when switching to a new page since it was open on the page before. There is currently code in place to accomplish this but it is inconsistent due to load orders of the javascript and html. Using information passed to the new page and a Django if statement should help to fix these inconsistencies
Description
The menu currently has issues with being open when switching to a new page. The menu should be open but when switching to a new page since it was open on the page before. There is currently code in place to accomplish this but it is inconsistent due to load orders of the javascript and html. Using information passed to the new page and a Django if statement should help to fix these inconsistencies