Bhupesh-V / tutorialdb

A search 🔎 engine for programming/dev tutorials,
MIT License
124 stars 62 forks source link

ContributeView redirect, Select options fix. #29

Closed Animesh-Ghosh closed 5 years ago

Animesh-Ghosh commented 5 years ago

Possible fix for #17 and the bug introduced in #24 where the select box options don't appear in the search_results.hmtl template.

Apparently templates don't inherit the contexts passed to the base template.

Now, whenever you successfully POST a tutorial, you get properly redirected to the /thankyou/ page.