diff --git a/ghost/admin/app/components/modal-import-content.hbs b/ghost/admin/app/components/modal-import-content.hbs
index 3026e75f44..fac8d52b6f 100644
--- a/ghost/admin/app/components/modal-import-content.hbs
+++ b/ghost/admin/app/components/modal-import-content.hbs
@@ -1,5 +1,5 @@
- {{#if (eq this.state 'INIT')}}
+ {{#if (or (eq this.state 'INIT') (eq this.state 'UPLOADING'))}}
diff --git a/ghost/core/core/server/data/importer/email-template.js b/ghost/core/core/server/data/importer/email-template.js
index 4bb71b4d78..3061b50807 100644
--- a/ghost/core/core/server/data/importer/email-template.js
+++ b/ghost/core/core/server/data/importer/email-template.js
@@ -143,22 +143,6 @@ module.exports = ({result, siteUrl, postsUrl, emailRecipient}) => `
` : ''}
- ${result.problems && result.problems.length > 0 ? `
-
-
- Imported content successfully, but with the following warning${result.problems.length > 1 ? 's' : ''}:
- |
-
-
-
-
- ${_.map(result.problems, problem => `
- - ${problem.message}
- `).join('\n')}
-
- |
-
- ` : ''}
${result.data && result.data.posts && result.data.posts.length > 0 ? `
|