WolfgangFahl / pyFlaskBootstrap4

Flask + Bootstrap 4 static components and templates for webprojects
Apache License 2.0
5 stars 2 forks source link

make fb4common accessible via blueprint #25

Closed WolfgangFahl closed 2 years ago

WolfgangFahl commented 2 years ago

the fb4common templates are currently only useabl if the login blueprint is activated. switch on explain template loading to see the effect

# https://flask.palletsprojects.com/en/2.0.x/config/#EXPLAIN_TEMPLATE_LOADING
        self.app.config['EXPLAIN_TEMPLATE_LOADING']=True