Update django-bootstrap3 and use the bootstrap_javascript.

This commit is contained in:
Víðir Valberg Guðmundsson 2016-04-02 21:16:46 +02:00
parent 0dd02cefb7
commit c5236aa891
2 changed files with 2 additions and 2 deletions

View File

@ -56,6 +56,6 @@
{% bootstrap_messages %}
{% block content %}{% endblock %}
</div>
<script src="{% static 'js/bootstrap.min.js' %}">
{% bootstrap_javascript jquery=1 %}
</body>
</html>

View File

@ -1,5 +1,5 @@
django>=1.9
django-allauth>=0.23.0
django-bootstrap3>=6.2.2
django-bootstrap3>=7.0.0
django-environ>=0.4.0
psycopg2>=2.6.1