Skip to content

Commit 06680fb

Browse files
committed
Output referenced document titles with their numbers/filenames.
- Legacy-Id: 704
1 parent da2b619 commit 06680fb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ietf/templates/ipr/details.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ Email: {{ ipr.ietf_contact.email }}
2626

2727
Section IV. IETF Document or Working Group Contribution to Which Patent Disclosure
2828
Relates
29-
${doc_title_line}RFC Number(s) : {% for doc in ipr.rfcs.all %}{{ doc.document.rfc_number }}{% if not forloop.last %}, {% endif %}{% endfor %}
30-
I-D File Name(s)(draft-...) : {% for doc in ipr.drafts.all %}{{ doc.document.displayname }}{% if not forloop.last %}, {% endif %}{% endfor %}
29+
RFC Number(s) : {% for doc in ipr.rfcs.all %}{{ doc.document.rfc_number }} ({{ doc.document.title }}){% if not forloop.last %}, {% endif %}{% endfor %}
30+
I-D File Name(s)(draft-...) : {% for doc in ipr.drafts.all %}{{ doc.document.displayname }} ({{ doc.document.title }}){% if not forloop.last %}, {% endif %}{% endfor %}
3131
Designations for Other Contributions : {{ ipr.other_designations }}
3232

3333
Section V. Disclosure of Patent Information (i.e., patents or patent applications

0 commit comments

Comments
 (0)