Implemented tracking for this, over the previous code which tracked the active ticket by checking it's ".bgc-grey-100" class.
This change was made because (its better and) the previous implementation was incompatible with dark mode support.
Removed meaningless assets/ folder within static.
I believe its an artifact from an older Django version, but it needed to be removed to reduce clutter and use {% static %} tags.