diff --git a/ietf/templates/submit/draft_edit.html b/ietf/templates/submit/draft_edit.html index 009bf34fc..2893654a1 100644 --- a/ietf/templates/submit/draft_edit.html +++ b/ietf/templates/submit/draft_edit.html @@ -111,8 +111,8 @@ Please fix the following errors. Title{{ form.title }}{{ form.errors.title }} Version{{ form.version }}{{ form.errors.version }} Creation date{{ form.creation_date }}{{ form.errors.creation_date }} -Pages{{ form.pages }}{{ form.errors.pages }} Abstract{{ form.abstract }}{{ form.errors.abstract }} +Pages{{ form.pages }}{{ form.errors.pages }} Submitter If you are one of the authors, then please click a button by your name to automatically fill in the submitter's information as requested below. Otherwise, Please manually enter your information.
diff --git a/ietf/templates/submit/draft_status.html b/ietf/templates/submit/draft_status.html index 011402f4e..cf73b723a 100644 --- a/ietf/templates/submit/draft_status.html +++ b/ietf/templates/submit/draft_status.html @@ -138,16 +138,17 @@ returned to the submitter. {% endif %} - + + - - - - + {% if validation.warnings.authors %} {% endif %} @@ -156,8 +157,9 @@ returned to the submitter. {% endfor %} {% endif %} - + + {% if allow_edit %} diff --git a/ietf/templates/submit/manual_post_mail.txt b/ietf/templates/submit/manual_post_mail.txt index 995dcc114..50c468f4b 100644 --- a/ietf/templates/submit/manual_post_mail.txt +++ b/ietf/templates/submit/manual_post_mail.txt @@ -1,17 +1,18 @@ -Manual Posting Requested for the following Internet-Draft: +Manual posting has been requested for the following Internet-Draft: I-D Submission Tool URL: http://{{ domain }}/submit/status/{{ draft.submission_id }}/ File name: {{ draft.filename }} +Version: {{ draft.revision }} Submission date: {{ draft.submission_date }} WG: {{ draft.group_acronym|default:"Individual Submission" }} {% if form.validation.warnings.group %}*Please note that this WG is not an active one*{% endif %} -File size: {{ draft.filesize|filesizeformat }} Title: {{ draft.id_document_name }} -Version: {{ draft.revision }} -Creation date: {{ draft.creation_date }} -Pages: {{ draft.txt_page_count }} +Document date: {{ draft.creation_date }} Abstract: {{ draft.abstract }} +Pages: {{ draft.txt_page_count }} +File size: {{ draft.filesize|filesizeformat }} + Submitter: {{ form.cleaned_data.first_name }} {{ form.cleaned_data.last_name }} <{{ form.cleaned_data.email }}> Author(s): diff --git a/ietf/templates/submit/submission_approval.txt b/ietf/templates/submit/submission_approval.txt index 1368e75c4..9fda7c059 100644 --- a/ietf/templates/submit/submission_approval.txt +++ b/ietf/templates/submit/submission_approval.txt @@ -3,15 +3,16 @@ WG chair approval is needed for posting of {{ draft.filename }}-{{ draft.revisio I-D Submission Tool URL: http://{{ domain }}/submit/status/{{ draft.submission_id }}/ File name: {{ draft.filename }} +Version: {{ draft.revision }} Submission date: {{ draft.submission_date }} WG: {{ draft.group_acronym|default:"Individual Submission" }} -File size: {{ draft.filesize|filesizeformat }} Title: {{ draft.id_document_name }} -Version: {{ draft.revision }} -Creation date: {{ draft.creation_date }} -Pages: {{ draft.txt_page_count }} +Document date: {{ draft.creation_date }} Abstract: {{ draft.abstract }} +Pages: {{ draft.txt_page_count }} +File size: {{ draft.filesize|filesizeformat }} + Submitter: {{ submitter.first_name }} {{ submitter.last_name }} <{{ submitter.email_address }}> Author(s):