diff --git a/ietf/templates/submit/upload_submission.html b/ietf/templates/submit/upload_submission.html index f06e60a4a..768f42ade 100644 --- a/ietf/templates/submit/upload_submission.html +++ b/ietf/templates/submit/upload_submission.html @@ -8,63 +8,107 @@ {% block submit_content %} {% origin %} + {% if form.shutdown and user|has_role:"Secretariat" %} -
WARNING: currently in draft submission blackout period
++ Warning: Currently in I-D submission blackout period. +
{% endif %} -This page is used to submit Internet-Drafts to the Internet-Draft repository.
- {% if form.cutoff_warning %} -- By submitting your I-D, you are granting some rights to the IETF Trust. Before you submit your I-D, - review the information on the NOTE WELL tab and BCP 78, +
+ By submitting your I-D, you are granting some rights to the IETF Trust. + Before you submit your I-D, review the information on the NOTE WELL tab and + BCP 78, "Rights Contributors Provide to the IETF Trust".
Before you submit your I-D, it is recommended that you check it for nits - using the idnits tool. + using the idnits tool, and + fix them.
- - {% include "submit/problem-reports-footer.html" %} -