Skip to content

Commit f706ac2

Browse files
committed
Updated the logic for emitting the 'not related to a specific IETF contribution' text in holder IPR search results.
- Legacy-Id: 602
1 parent 3c0e569 commit f706ac2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/ipr/search_holder_result.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
{% for ipr in iprs %}
1616
<tbody bgcolor="#{% cycle dadada,eaeaea as bgcolor %}">
1717
<tr valign="top">
18-
<td colspan="3">IPR that was submitted by <b><i>{{ q }}</i></b>{% if ipr.generic %},
18+
<td colspan="3">IPR that was submitted by <b><i>{{ q }}</i></b>{% if not ipr.drafts.count and not ipr.rfcs.count %},
1919
and is not related to a specific IETF contribution.
2020
{% else %},
2121
and is related to

0 commit comments

Comments
 (0)