Skip to content

Commit 1d92f94

Browse files
committed
Fixes ietf-tools#1570. Fixes document search result row and IESG agenda documents row links to IPR. Commit ready for merge.
- Legacy-Id: 8842
1 parent 8130d24 commit 1d92f94

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<td class="ipr">
22
{% if doc.type_id == "draft" and doc.ipr %}
3-
<a href="{% url "ipr_search" %}?option=document_search&id={{ doc.canonical_name }}" rel="nofollow">IPR: {{ doc.ipr|length }}</a>
3+
<a href="{% url "ipr_search" %}?submit=draft&id={{ doc.canonical_name }}" rel="nofollow">IPR: {{ doc.ipr|length }}</a>
44
{% endif %}
55
</td>

ietf/templates/doc/search/search_result_row.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373

7474
<td class="ipr">
7575
{% if doc.iprs %}
76-
<a href="{% url "ipr_search" %}?option=document_search&amp;id={{ doc.name }}">{{ doc.iprs|length }}</a>
76+
<a href="{% url "ipr_search" %}?submit=draft&amp;id={{ doc.name }}">{{ doc.iprs|length }}</a>
7777
{% endif %}
7878
</td>
7979

0 commit comments

Comments
 (0)