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

Admin lets editors try to attach blog posts to places that blog posts don't belong. #271

Closed
rjsparks opened this issue Mar 15, 2023 · 1 comment · Fixed by #401 or #448
Closed

Comments

@rjsparks
Copy link
Member

This results in 500s until the page is rehomed. Example:

[Django] ERROR (EXTERNAL IP): Internal Server Error: /blog/ietf116-new-topics/next-steps-towards-a-net-zero-ietf/

The editing page should object if a blog page is placed anywhere other than /blog.

@rjsparks
Copy link
Member Author

The 500 is usually some variation of

Exception Type: AttributeError at /blog/ietf116-new-topics/next-steps-towards-a-net-zero-ietf/
Exception Value: 'BlogPage' object has no attribute 'reverse_subpage'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant