From e1469522dd33e076a5a7655e6cdf58384a71f44f Mon Sep 17 00:00:00 2001 From: Robert Sparks Date: Thu, 5 Nov 2015 04:30:09 +0000 Subject: [PATCH] Display the To and (if it exists) Cc correctly on the publication request form. Fixes #1819. Commit ready for merge. - Legacy-Id: 10429 --- ietf/templates/doc/draft/request_publication.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/ietf/templates/doc/draft/request_publication.html b/ietf/templates/doc/draft/request_publication.html index 33fd6d750..44787d4bf 100644 --- a/ietf/templates/doc/draft/request_publication.html +++ b/ietf/templates/doc/draft/request_publication.html @@ -41,9 +41,16 @@ href="https://www.rfc-editor.org/indsubs.html">guidelines.
- +
+ {% if message.cc %} +
+ + +
+ {% endif %} + {% bootstrap_form form %} {% buttons %}