diff --git a/circle/network/templates/network/record-create.html b/circle/network/templates/network/record-create.html
index 48dc096..50cbef7 100644
--- a/circle/network/templates/network/record-create.html
+++ b/circle/network/templates/network/record-create.html
@@ -19,6 +19,6 @@
 </div><!-- row -->
 {% endblock %}
 {% block extra_etc %}                                                       
-<script src="{% static "js/record.js" %}"></script>                   
+ <!--<script src="{% static "js/record.js" %}"></script>-->
 {% endblock %}                                                              
 ~                       
diff --git a/circle/network/templates/network/record-edit.html b/circle/network/templates/network/record-edit.html
index 808a599..be9502e 100644
--- a/circle/network/templates/network/record-edit.html
+++ b/circle/network/templates/network/record-edit.html
@@ -19,5 +19,5 @@
 {% endblock %}
 
 {% block extra_etc %}                                                       
-<script src="{% static "js/record.js" %}"></script>
+<!--<script src="{% static "js/record.js" %}"></script>-->
 {% endblock %}