Move stupidtable import to base.html

Aussi, on déplace les fichiers JS associés dans `static/gestioncof/vendor/`
This commit is contained in:
Ludovic Stephan 2019-02-12 15:27:53 +01:00 committed by Ludovic Stephan
parent 6fba63846a
commit 0100a9a62e
15 changed files with 2 additions and 6051 deletions

View file

@ -18,6 +18,7 @@
{# JS #}
<script src="https://code.jquery.com/jquery-3.1.0.min.js" integrity="sha256-cCueBR6CsyA4/9szpPfrX3s49M9vUU5BgtiJj06wt/s=" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<script src="{% static 'gestioncof/vendor/stupidtable.min.js' %}"></script>
{% block extra_head %}{% endblock %}
</head>
<body>