6be19a463c
now var components are in shared installing widget_tweaks
13 lines
423 B
HTML
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>
|