diff --git a/datacenterlight/templates/datacenterlight/success.html b/datacenterlight/templates/datacenterlight/success.html
index 82738352..ff553f3c 100644
--- a/datacenterlight/templates/datacenterlight/success.html
+++ b/datacenterlight/templates/datacenterlight/success.html
@@ -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 %}
\ No newline at end of file