diff --git a/ietf/templates/submit/upload_submission.html b/ietf/templates/submit/upload_submission.html index 403417be2..51ee5ee92 100644 --- a/ietf/templates/submit/upload_submission.html +++ b/ietf/templates/submit/upload_submission.html @@ -43,6 +43,13 @@

Upload an Internet-Draft

+

+ Either a plain-text document or a valid .xml file which can be processed by the xml2rfc + processor must be provided.
+ If no .txt file is provided, one will be generated from the .xml file.
+ Other file types are optional.
+

+
{% csrf_token %} {% bootstrap_form form %}