You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What we're after: After changing the design of the election profile pages, we changed the way data is organized in tabs on each election page. Unfortunately, the old links are still available and so we need to go back and add redirects for the old election profile page deep links.
The old links that are affected include:
/?tab=totals
/?tab=contributions
/?tab=spending-by-others
@AmyKort Yes this is the one, I'm going to move it to fec-cms, since this actually needs to be done within the urls in python since nginx does not have the capabilities to pass arguments through to the resultant URL.
What we're after: After changing the design of the election profile pages, we changed the way data is organized in tabs on each election page. Unfortunately, the old links are still available and so we need to go back and add redirects for the old election profile page deep links.
The old links that are affected include:
/?tab=totals
/?tab=contributions
/?tab=spending-by-others
This applies to all past /data/elections/senate, /house, and /president pages.
Example: https://www.fec.gov/data/elections/president/2012/?tab=contributions
We should add redirects for the old election profile page deep links.
The text was updated successfully, but these errors were encountered: