diff --git a/ietf/templates/doc/search/search_result_row.html b/ietf/templates/doc/search/search_result_row.html
index 3869658d3..62874e3cb 100644
--- a/ietf/templates/doc/search/search_result_row.html
+++ b/ietf/templates/doc/search/search_result_row.html
@@ -61,9 +61,9 @@
{% include "doc/search/status_columns.html" %}
- {% if doc.iprs %}
+ {% if doc.related_ipr %}
- {{ doc.iprs|length }}
+ {{ doc.related_ipr|length }}
{% endif %}
|
diff --git a/ietf/templates/release/todo.html b/ietf/templates/release/todo.html
index 6483bbb55..5c8255c57 100644
--- a/ietf/templates/release/todo.html
+++ b/ietf/templates/release/todo.html
@@ -30,9 +30,9 @@
DONE On tablets, the ballot grids has a 'click to show more' which has a
z-value larger than the pop-up. This only matters because it doesn't go
away on click on tablets. Fix.
+ DONE Fix the missing IPR values on search and group pages.
- Fix the missing IPR values on search and group pages.
The Responsible AD Column is also lacking values in the active WGs page. Fix.
Final merge to trunk