You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2017/11/20 19:01:29 UTC

[airavata-django-portal] 01/06: Only including Bootstrap, jQuery once in master template

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git

commit 3b1170dbf7f6380da2c6c226289503b057a052f4
Author: Marcus Christie <ma...@iu.edu>
AuthorDate: Mon Nov 20 09:06:44 2017 -0500

    Only including Bootstrap, jQuery once in master template
---
 django_airavata/templates/base.html | 2 --
 1 file changed, 2 deletions(-)

diff --git a/django_airavata/templates/base.html b/django_airavata/templates/base.html
index 66e1541..0fb53d4 100644
--- a/django_airavata/templates/base.html
+++ b/django_airavata/templates/base.html
@@ -60,7 +60,5 @@
 </div>
 
 {% block scripts %}
-    <script src="{% static 'js/jquery-3.2.1.min.js' %}"></script>
-    <script src="{% static 'bootstrap-4.0.0-beta/js/bootstrap.min.js' %}"></script>
 {% endblock %}
 </body>

-- 
To stop receiving notification emails like this one, please contact
"commits@airavata.apache.org" <co...@airavata.apache.org>.