Remove repeated script imports from dcl's success.html

This commit is contained in:
Karthik Rao 2017-07-05 21:03:54 +05:30
parent dafd11c592
commit 3a673bdbac

View file

@ -12,7 +12,6 @@
</div>
</div>
<script src="{% static 'datacenterlight/js/jquery.js' %}"></script>
<script type="text/javascript">
window.onload=function(){
@ -30,11 +29,4 @@
};
</script>
<script src="//cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.5.4/bootstrap-select.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="{% static 'datacenterlight/js/bootstrap.min.js' %}"></script>
<script src="{% static 'datacenterlight/js/main.js' %}"></script>
{% endblock %}