We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This PR https://github.com/18F/fec-cms/pull/1448 removed the redirect functionality to redirect you to the most recent cycle with filing information.
url_for function is using a flask syntax. We need to convert this to using a django redirect function.
url_for
The text was updated successfully, but these errors were encountered:
PR https://github.com/18F/fec-cms/pull/1528 resolves this issue. Closing...
Sorry, something went wrong.
patphongs
No branches or pull requests
This PR https://github.com/18F/fec-cms/pull/1448 removed the redirect functionality to redirect you to the most recent cycle with filing information.
url_for
function is using a flask syntax. We need to convert this to using a django redirect function.The text was updated successfully, but these errors were encountered: