Skip to content
New issue

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

Display correct 404 page for /node/ and /indexer/ redirects #756

Merged
merged 1 commit into from
Jun 19, 2023

Conversation

PythonSemicolon
Copy link
Contributor

View functions now raise an Http404 instead of returning an HttpResponseNotFound, resulting in a traceback when running locally, as expected.

View functions now raise an Http404 instead of returning an HttpResponsenotFound, resulting in a traceback when running loclaly, as expected.
@jacobdgm jacobdgm merged commit 742a843 into develop Jun 19, 2023
@jacobdgm jacobdgm deleted the redirect-404 branch September 12, 2023 13:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Custom 404 page does not display when redirect_node_url view returns HttpResponseNotFound
2 participants