mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 20:16:44 +00:00
Download bootstrap and jquery to static dir
- Allow to run offline
This commit is contained in:
parent
1df1bf2c07
commit
50fcf5363c
6
InvenTree/static/css/bootstrap_3.3.7_css_bootstrap.min.css
vendored
Normal file
6
InvenTree/static/css/bootstrap_3.3.7_css_bootstrap.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
2
InvenTree/static/script/jquery_3.3.1_jquery.min.js
vendored
Normal file
2
InvenTree/static/script/jquery_3.3.1_jquery.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -8,22 +8,15 @@
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||||
|
|
||||||
<!-- Bootstrap CSS -->
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
|
<!-- CSS -->
|
||||||
|
<link rel='stylesheet' href="{% static 'css/bootstrap_3.3.7_css_bootstrap.min.css' %}">
|
||||||
|
|
||||||
<!-- Local stylesheet -->
|
|
||||||
<link rel="stylesheet" href="{% static 'css/inventree.css' %}">
|
<link rel="stylesheet" href="{% static 'css/inventree.css' %}">
|
||||||
|
|
||||||
<!-- AJAX -->
|
|
||||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
|
|
||||||
|
|
||||||
<!-- Bootstrap javascript -->
|
<!-- Scripts -->
|
||||||
<!--
|
<script type="text/javascript" src="{% static 'script/jquery_3.3.1_jquery.min.js' %}"></script>
|
||||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
|
|
||||||
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
|
|
||||||
-->
|
|
||||||
|
|
||||||
{% block head %}
|
{% block head %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user