Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bugfix] Template rendering failed: '_AppCtxGlobals' object has no at… #3637

Merged
merged 1 commit into from
Oct 10, 2017

Commits on Oct 10, 2017

  1. [bugfix] Template rendering failed: '_AppCtxGlobals' object has no at…

    …tribute 'user'
    
    Somehow the nature of `g` in Flask has changed where `g.user` used to
    be provided outside the web request scope and its not anymore.
    
    The fix here should address that.
    mistercrunch committed Oct 10, 2017
    Configuration menu
    Copy the full SHA
    28a83ee View commit details
    Browse the repository at this point in the history