Use the .plain_name Person attribute in the agenda documents form instead of the full .name attribute.
- Legacy-Id: 4740
This commit is contained in:
parent
25210ac328
commit
fb9356efed
|
@ -1,4 +1,5 @@
|
|||
{% comment %}
|
||||
<!--
|
||||
Copyright (C) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
|
||||
All rights reserved. Contact: Pasi Eronen <pasi.eronen@nokia.com>
|
||||
|
||||
|
@ -30,6 +31,7 @@ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|||
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
-->
|
||||
{% endcomment %}
|
||||
|
||||
{% load ballot_icon_redesign %}
|
||||
|
@ -59,5 +61,5 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||
</td>
|
||||
{% include "iesg/agenda_documents_row_status_redesign.html" %}
|
||||
{% include "idrfc/ipr_column_with_label.html" %}
|
||||
<td class="ad">{{ doc.ad.name|default:"" }}</td>
|
||||
<td class="ad">{{ doc.ad.plain_name|default:"" }}</td>
|
||||
</tr>
|
||||
|
|
Loading…
Reference in a new issue