poulpe/shared/templates/form_script.html
Qwann 6be19a463c now shared components are in an application
now var components are in shared
installing widget_tweaks
2017-02-21 11:09:10 +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>