From 3d78853b551ac93c5076a670ecab6f6d7da0da3c Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Fri, 2 Oct 2015 14:59:22 +0000 Subject: [PATCH] Added information about which the required submission upload format alternatives are (.txt or .xml). - Legacy-Id: 10129 --- ietf/templates/submit/upload_submission.html | 7 +++++++ 1 file changed, 7 insertions(+) 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 %}