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

replace "&" with "&" in urls #3

Open
mikek opened this issue May 25, 2009 · 1 comment
Open

replace "&" with "&" in urls #3

mikek opened this issue May 25, 2009 · 1 comment

Comments

@mikek
Copy link

mikek commented May 25, 2009

in sorting_tags.py
urlappend = "&%s" % getvars.urlencode()
should be:
urlappend = "&%s" % getvars.urlencode()

@mikek
Copy link
Author

mikek commented Jun 1, 2009

Together with django-pagination this still produces fancy urls =(

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

1 participant