poulpe/var/templates/form_script.html
2017-02-18 16:56:56 +01:00

13 lines
423 B
HTML

{% load staticfiles %}
<!--custom switch-->
<script src="{% static "js/bootstrap-switch.js" %}"></script>
<!--custom tagsinput-->
<script src="{% static "js/jquery.tagsinput.js" %}"></script>
<!--custom checkbox & radio-->
<script type="text/javascript" src="{% static "js/bootstrap-inputmask.min.js" %}"></script>
<script src="{% static "js/form-component.js" %}"></script>