diff --git a/client/extensions/tga-sign-off/src/interfaces.ts b/client/extensions/tga-sign-off/src/interfaces.ts index 9ab2b13..69304ad 100644 --- a/client/extensions/tga-sign-off/src/interfaces.ts +++ b/client/extensions/tga-sign-off/src/interfaces.ts @@ -5,7 +5,6 @@ export interface IAuthorSignOffData { sign_date: string; version_signed: number; - article_name: string; funding_source: string; affiliation: string; copyright_terms: string; diff --git a/server/templates/email_sign_off_copy.html b/server/templates/email_sign_off_copy.html index 4730dbf..0ce77ce 100644 --- a/server/templates/email_sign_off_copy.html +++ b/server/templates/email_sign_off_copy.html @@ -14,10 +14,6 @@ Thank you for authoring an article for 360info. We require you to agree to the following terms and provide the information requested before we can publish your article.
-
- Please add the name of the article
- {{ form.article_name.data }}
-
diff --git a/server/templates/email_sign_off_copy.txt b/server/templates/email_sign_off_copy.txt index 768bd69..c057fd4 100644 --- a/server/templates/email_sign_off_copy.txt +++ b/server/templates/email_sign_off_copy.txt @@ -12,9 +12,6 @@ See below a copy of the answers you provided: Thank you for authoring an article for 360info. We require you to agree to the following terms and provide the information requested before we can publish your article. -*Please add the name of the article:* -{{ form.article_name.data }} - About the article Please provide the following information regarding the above-mentioned article. The information you provide may be published with the article. diff --git a/server/templates/sign_off_approval_modal.html b/server/templates/sign_off_approval_modal.html index cd6e6de..d57eed8 100644 --- a/server/templates/sign_off_approval_modal.html +++ b/server/templates/sign_off_approval_modal.html @@ -48,7 +48,7 @@
Please provide the following information regarding the above-mentioned article. @@ -289,7 +273,7 @@