Make URLs more readable
Make the URLs more readable. For example, can you guess what this URLs are about?
https://in.pycon.org/cfp/2016/proposals/?proposal_type=8#proposals https://in.pycon.org/cfp/2016/proposals/?proposal_section=34#proposals
I suggest changing them to the following.
https://in.pycon.org/cfp/2016/proposals/all (to show all the proposals) https://in.pycon.org/cfp/2016/proposals/all/type-workshops https://in.pycon.org/cfp/2016/proposals/all/section-web-development
If that is too much, at least change them to:
https://in.pycon.org/cfp/2016/proposals/?proposal_type=workshops https://in.pycon.org/cfp/2016/proposals/?proposal_section=web-development
I agree with using proposal_type=<name> rather than id.
I have added a pull request
I am working on it