bootstrap-flask icon indicating copy to clipboard operation
bootstrap-flask copied to clipboard

TemplateNotFound jinja2.exceptions.TemplateNotFound: bootstrap/nav.html

Open aammjian opened this issue 3 years ago • 3 comments

jinja2.exceptions.TemplateNotFound: bootstrap/nav.html

aammjian avatar Aug 19 '20 09:08 aammjian

Hi, please make sure you have already installed this extension (instead of flask-bootstrap):

$ pip install bootstrap-flask

Besides, this extension can't use with Flask-Bootstrap at the same time, you may need to uninstall both packages then reinstall this one:

$ pip uninstall bootstrap-flask flask-bootstrap
$ pip install bootstrap-flask

If you come from Flask-Bootstrap, check out this tutorial on how to migrate to this extension.

greyli avatar Aug 20 '20 04:08 greyli

ok,tks.

aammjian avatar Aug 26 '20 05:08 aammjian

TODO: Create a FAQ section in docs and add this issue.

greyli avatar Jan 17 '22 12:01 greyli