Skip to content

Commit ad1e086

Browse files
committed
Fix for adamlaska#163. Remove hardcoded links to old scripts, replace with djangos reverse url lookup.
- Legacy-Id: 764
1 parent 758ee35 commit ad1e086

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ietf/templates/ipr/details.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -564,8 +564,8 @@ <h4 class="ipr">The Patent Disclosure and Licensing Declaration Template for {{
564564
</form>
565565
<blockquote>
566566
<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>
567+
<img src="/images/blue.gif" hspace="3" border="0"><a href="{% url ietf.ipr.views.default %}">IPR Disclosure Page</a><br>
568+
<img src="/images/blue.gif" hspace="3" border="0"><a href="{% url ietf.ipr.views.showlist %}">View IPR Disclosures</a><br><br>
569569
</blockquote>
570570
{% endif %}
571571

0 commit comments

Comments
 (0)