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

Fix unnamed routes when views are disabled #570

Closed
wants to merge 3 commits into from

Conversation

cima-alfa
Copy link
Contributor

This PR fixes additional unnamed routes, such as login and register, when views are disabled.
It also fixes the issue with breadcrumbs potentially not working when GET routes don't have a name. (#368 (comment))

In the current state, routes like login and register have to be hardcoded since they don't have names when views are disabled.

@taylorotwell
Copy link
Member

Can you resubmit without all of the code formatting changes?

@cima-alfa
Copy link
Contributor Author

Done: #571 (comment)

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.

2 participants