Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 9EB2C200D44 for ; Mon, 20 Nov 2017 20:01:30 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 9D5B7160C0E; Mon, 20 Nov 2017 19:01:30 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 15B51160BF9 for ; Mon, 20 Nov 2017 20:01:29 +0100 (CET) Received: (qmail 31373 invoked by uid 500); 20 Nov 2017 19:01:29 -0000 Mailing-List: contact commits-help@airavata.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@airavata.apache.org Delivered-To: mailing list commits@airavata.apache.org Received: (qmail 31362 invoked by uid 99); 20 Nov 2017 19:01:29 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Nov 2017 19:01:29 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 5069180691; Mon, 20 Nov 2017 19:01:28 +0000 (UTC) Date: Mon, 20 Nov 2017 19:01:29 +0000 To: "commits@airavata.apache.org" Subject: [airavata-django-portal] 01/06: Only including Bootstrap, jQuery once in master template MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: machristie@apache.org In-Reply-To: <151120448820.9571.12626628394429332472@gitbox.apache.org> References: <151120448820.9571.12626628394429332472@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: airavata-django-portal X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Rev: 3b1170dbf7f6380da2c6c226289503b057a052f4 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20171120190128.5069180691@gitbox.apache.org> archived-at: Mon, 20 Nov 2017 19:01:30 -0000 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 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 @@ {% block scripts %} - - {% endblock %} -- To stop receiving notification emails like this one, please contact "commits@airavata.apache.org" .