diff --git a/layerindex/static/js/bootstrap.min.js b/layerindex/static/js/boostrap-3.4.1.min.js
similarity index 100%
rename from layerindex/static/js/bootstrap.min.js
rename to layerindex/static/js/boostrap-3.4.1.min.js
diff --git a/layerindex/static/js/bootstrap.js b/layerindex/static/js/bootstrap-3.4.1.js
similarity index 100%
rename from layerindex/static/js/bootstrap.js
rename to layerindex/static/js/bootstrap-3.4.1.js
diff --git a/templates/base.html b/templates/base.html
index e2bafdd..a421c5f 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -135,7 +135,7 @@
     </div>
 
     <script src="{% static "js/jquery-3.7.1.min.js" %}"></script>
-    <script src="{% static "js/bootstrap.js" %}"></script>
+    <script src="{% static "js/bootstrap-3.4.1.min.js" %}"></script>
 {% block scripts %}
 {% endblock %}
 
