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

Django throws NoReverseMatch when reversing apphook url (CMS 3.0) #1858

Closed
czpython opened this issue May 22, 2013 · 2 comments
Closed

Django throws NoReverseMatch when reversing apphook url (CMS 3.0) #1858

czpython opened this issue May 22, 2013 · 2 comments

Comments

@czpython
Copy link
Contributor

I'm using Django 1.5 and Django CMS 3.0

When trying to reverse a url using the {% url %} template tag, by default Django tries to get the current_app from the context and then passes the value to the reverse call, in this line the cms sets the value of current_app in the context but never passes the context to the apphook's view which results in a NoReverseMatch error.

@czpython
Copy link
Contributor Author

I'm currently working on a patch for this 😄

@digi604
Copy link
Contributor

digi604 commented Jul 9, 2013

fixed in develop

@digi604 digi604 closed this as completed Jul 9, 2013
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

No branches or pull requests

2 participants