You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to use a Bootstrap modal in my project, but it would show in the screen.
Searching for a solution I found that bootstrap import libraries need to be in the same order as in the site because of jquery dependecie. Then I verified that the bootstrap base.html respect this other and still nothing worked.
So I moved the scripts tags from the bottom of the template to the head block. Now the modal works fine.
`{% block doc -%}
I was trying to use a Bootstrap modal in my project, but it would show in the screen.
Searching for a solution I found that bootstrap import libraries need to be in the same order as in the site because of jquery dependecie. Then I verified that the bootstrap base.html respect this other and still nothing worked.
So I moved the scripts tags from the bottom of the template to the head block. Now the modal works fine.
`{% block doc -%}
<html{% block html_attribs %}{% endblock html_attribs %}>
{%- block metas %} {%- endblock metas %}{%- block html %}
The text was updated successfully, but these errors were encountered: