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 cccf7a9 commit 42245b7Copy full SHA for 42245b7
1 file changed
ietf/templates/ipr/details.html
@@ -86,7 +86,7 @@ <h3>{{ ipr.title }}</h3>
86
{% endfor %}
87
88
<br>
89
- Click <a href="{% url ietf.ipr.views.update ipr.ipr_id %}">here</a> to update this IPR disclosure<br>
+ Click <a href="{% url ietf.ipr.new.update ipr.ipr_id %}">here</a> to update this IPR disclosure<br>
90
<!-- tag 1 -->
91
92
<font size="3"><strong>Submitted Date: {{ ipr.submitted_date|date:"F j, Y" }}</strong></font>
0 commit comments