We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 758ee35 commit ad1e086Copy full SHA for ad1e086
1 file changed
ietf/templates/ipr/details.html
@@ -564,8 +564,8 @@ <h4 class="ipr">The Patent Disclosure and Licensing Declaration Template for {{
564
</form>
565
<blockquote>
566
<hr>
567
- <img src="/images/blue.gif" hspace="3" border="0"><a href="./ipr_disclosure.cgi">IPR Disclosure Page</a><br>
568
- <img src="/images/blue.gif" hspace="3" border="0"><a href="./ipr_list.cgi">View IPR Disclosures</a><br><br>
+ <img src="/images/blue.gif" hspace="3" border="0"><a href="{% url ietf.ipr.views.default %}">IPR Disclosure Page</a><br>
+ <img src="/images/blue.gif" hspace="3" border="0"><a href="{% url ietf.ipr.views.showlist %}">View IPR Disclosures</a><br><br>
569
</blockquote>
570
{% endif %}
571
0 commit comments