We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35f4aea commit 3d78853Copy full SHA for 3d78853
1 file changed
ietf/templates/submit/upload_submission.html
@@ -43,6 +43,13 @@
43
44
<h2>Upload an Internet-Draft</h2>
45
46
+ <p>
47
+ <i>Either a plain-text document or a valid .xml file which can be processed by the xml2rfc
48
+ processor <b>must</b> be provided.<br/>
49
+ If no .txt file is provided, one will be generated from the .xml file.<br/>
50
+ Other file types are optional.</i>
51
+ </p>
52
+
53
<form method="post" enctype="multipart/form-data">
54
{% csrf_token %}
55
{% bootstrap_form form %}
0 commit comments