ContriHUB / Chef-Recommender

A simple problem recommender for codechef
MIT License
2 stars 8 forks source link

improved UI of Recommended Problem page #12

Closed kks0101 closed 5 years ago

kks0101 commented 5 years ago

fixes #1

Abhey commented 5 years ago

In app.py you are not supposed to directly render the template for the recommended problem because that function is for API endpoint that we have added to be used by other apps. What instead you were expected was to create a new route and then render the template.

Although ContriHub is over you can still contribute. Ping me if you further need to work on this issue.

Abhey commented 5 years ago

Don't worry I have awarded points for attempting this PR.