Merged in [8842] from rcross@amsl.com:\n Fixes . Fixes document search result row and IESG agenda documents row links to IPR.

- Legacy-Id: 8875
Note: SVN reference [8842] has been migrated to Git commit 1d92f940ce
This commit is contained in:
Henrik Levkowetz 2015-01-20 22:59:20 +00:00
commit 0f3f53d7bf
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
<td class="ipr">
{% if doc.type_id == "draft" and doc.ipr %}
<a href="{% url "ipr_search" %}?option=document_search&id={{ doc.canonical_name }}" rel="nofollow">IPR: {{ doc.ipr|length }}</a>
<a href="{% url "ipr_search" %}?submit=draft&id={{ doc.canonical_name }}" rel="nofollow">IPR: {{ doc.ipr|length }}</a>
{% endif %}
</td>

View file

@ -73,7 +73,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<td class="ipr">
{% if doc.iprs %}
<a href="{% url "ipr_search" %}?option=document_search&amp;id={{ doc.name }}">{{ doc.iprs|length }}</a>
<a href="{% url "ipr_search" %}?submit=draft&amp;id={{ doc.name }}">{{ doc.iprs|length }}</a>
{% endif %}
</td>