Return-Path: X-Original-To: apmail-incubator-allura-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-allura-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5418710C4F for ; Wed, 23 Oct 2013 12:57:29 +0000 (UTC) Received: (qmail 40751 invoked by uid 500); 23 Oct 2013 12:57:08 -0000 Delivered-To: apmail-incubator-allura-commits-archive@incubator.apache.org Received: (qmail 40088 invoked by uid 500); 23 Oct 2013 12:56:46 -0000 Mailing-List: contact allura-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: allura-dev@incubator.apache.org Delivered-To: mailing list allura-commits@incubator.apache.org Received: (qmail 39682 invoked by uid 99); 23 Oct 2013 12:56:39 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Oct 2013 12:56:39 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id A41433192F5; Wed, 23 Oct 2013 12:56:38 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: tvansteenburgh@apache.org To: allura-commits@incubator.apache.org Date: Wed, 23 Oct 2013 12:56:47 -0000 Message-Id: <6c661e9056614ac09c9b0047b44e5871@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [10/50] git commit: [#6740] add importer extra_notes to individual import form [#6740] add importer extra_notes to individual import form Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/42d42d74 Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/42d42d74 Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/42d42d74 Branch: refs/heads/tv/6610 Commit: 42d42d74d034915f837d0d8c58e161e075583643 Parents: fb12542 Author: Dave Brondsema Authored: Mon Oct 14 20:28:07 2013 +0000 Committer: Dave Brondsema Committed: Mon Oct 14 20:28:07 2013 +0000 ---------------------------------------------------------------------- ForgeImporters/forgeimporters/templates/importer_base.html | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/42d42d74/ForgeImporters/forgeimporters/templates/importer_base.html ---------------------------------------------------------------------- diff --git a/ForgeImporters/forgeimporters/templates/importer_base.html b/ForgeImporters/forgeimporters/templates/importer_base.html index dc8ce9c..9943a7c 100644 --- a/ForgeImporters/forgeimporters/templates/importer_base.html +++ b/ForgeImporters/forgeimporters/templates/importer_base.html @@ -87,6 +87,7 @@
You'll receive an email when the import is finished. Import time varies depending on the amount of data being imported. + {{ importer.extra_notes }}