Skip to content

Commit fb9356e

Browse files
committed
Use the .plain_name Person attribute in the agenda documents form instead of the full .name attribute.
- Legacy-Id: 4740
1 parent 25210ac commit fb9356e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

ietf/templates/iesg/agenda_documents_row_redesign.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{% comment %}
2+
<!--
23
Copyright (C) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
34
All rights reserved. Contact: Pasi Eronen <pasi.eronen@nokia.com>
45
@@ -30,6 +31,7 @@
3031
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3132
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3233
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
34+
-->
3335
{% endcomment %}
3436

3537
{% load ballot_icon_redesign %}
@@ -59,5 +61,5 @@
5961
</td>
6062
{% include "iesg/agenda_documents_row_status_redesign.html" %}
6163
{% include "idrfc/ipr_column_with_label.html" %}
62-
<td class="ad">{{ doc.ad.name|default:"" }}</td>
64+
<td class="ad">{{ doc.ad.plain_name|default:"" }}</td>
6365
</tr>

0 commit comments

Comments
 (0)