0
0No answers
Browser other questions tagged css twitter-bootstrap bootstrap-3 flask
You are not signed in. Login or sign up in order to post.0
Browser other questions tagged css twitter-bootstrap bootstrap-3 flask
You are not signed in. Login or sign up in order to post.
Try this young : <link rel="stylesheet" href="{{ url_for('Static', filename='css/bootstrap.css') }}"> You can open the browser development tools and go to the 'Resources' tab to check whether or not the file has been imported
– Bruno
You haven’t changed a bit. but you’re making this mistake:
Uncaught Error: Bootstrap tooltips require Tether (http://tether.io/)
but I never needed anything else to make bootstrap work before.– Vinicius Barbosa de Medeiros
instead of using local files, I used Cdn and it worked so I went to search for this error and saw that it is related to bootstrap 4, as if the files I downloaded were from 4, but I went to the site and downloaded the 3.3.7 so it will not go.
– Vinicius Barbosa de Medeiros