Fixed missing deps

This commit is contained in:
Oleg Lavrovsky 2016-12-19 17:04:34 +01:00
parent 6552c6e30d
commit 3e0a810dc9
2 changed files with 2 additions and 2 deletions

View file

@ -77,7 +77,7 @@ $headings-color: #444 !default;
//## Specify custom location and filename of the included Glyphicons icon font. Useful for those including Bootstrap via Bower.
//** Load fonts from this directory.
$icon-font-path: if($bootstrap-sass-asset-helper, "bootstrap/", "../fonts/bootstrap/") !default;
$icon-font-path: if($bootstrap-sass-asset-helper, "bootstrap/", "../libs/bootstrap-sass/assets/fonts/bootstrap/") !default;
//** File name for all font files.
$icon-font-name: "glyphicons-halflings-regular" !default;
//** Element ID within SVG icon file.

View file

@ -32,7 +32,7 @@
{% block extra_js %}
<script src="{% static 'libs/jquery/dist/jquery.min.js' %}"></script>
<script src="{% static 'libs/bootstrap/dist/js/bootstrap.min.js' %}"></script>
<script src="{% static 'libs/bootstrap-sass/assets/javascripts/bootstrap.min.js' %}"></script>
{% endblock %}
</body>
</html>