Write-For-Change / emaildrafter

An app to let people draft personalised emails for a good cause
GNU General Public License v3.0
10 stars 3 forks source link

Add /topic/ Endpoint #42

Closed davidswarbrick closed 4 years ago

davidswarbrick commented 4 years ago
rafeeJ commented 4 years ago

Are you going to add a template for a database miss? Currently it’s just a JSON 404

davidswarbrick commented 4 years ago

Are you going to add a template for a database miss? Currently it’s just a JSON 404

Yes this needs to be handled properly but I'm not familiar with the best way to do so in Flask, @behradkoohy can you advise?

davidswarbrick commented 4 years ago

From the flask documentation we could implement abort(404) for now ?

rafeeJ commented 4 years ago

Thanks for the change @fpervaiz, anyway we could have a button on the 404 page so user can redirect back to home page? That would be the perfect

davidswarbrick commented 4 years ago

Thanks for your additions @fpervaiz ! @rafeeJ the header on the 404 page includes a link to the homepage, so I will go ahead and merge.