Return templates instead of strings
When a Flask response is string, it does not render any template or show Flash msgs. Returning as part of template enables that.
Loading
Please sign in to comment
When a Flask response is string, it does not render any template or show Flash msgs. Returning as part of template enables that.