From fb9356efedac9be1ab1d26e2f797327f890f8704 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Tue, 31 Jul 2012 22:25:44 +0000 Subject: [PATCH] Use the .plain_name Person attribute in the agenda documents form instead of the full .name attribute. - Legacy-Id: 4740 --- ietf/templates/iesg/agenda_documents_row_redesign.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ietf/templates/iesg/agenda_documents_row_redesign.html b/ietf/templates/iesg/agenda_documents_row_redesign.html index 142e7717c..466c66aaf 100644 --- a/ietf/templates/iesg/agenda_documents_row_redesign.html +++ b/ietf/templates/iesg/agenda_documents_row_redesign.html @@ -1,4 +1,5 @@ {% comment %} + {% endcomment %} {% load ballot_icon_redesign %} @@ -59,5 +61,5 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. {% include "iesg/agenda_documents_row_status_redesign.html" %} {% include "idrfc/ipr_column_with_label.html" %} -{{ doc.ad.name|default:"" }} +{{ doc.ad.plain_name|default:"" }}