Skip to content

Commit 48ae22c

Browse files
committed
Added rel=nofollow to IPR disclosure update links
- Legacy-Id: 1966
1 parent 98d6db0 commit 48ae22c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ietf/templates/ipr/details.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ <h3>{{ ipr.title|escape }}</h3>
8787
{% endfor %}
8888

8989
<br>
90-
Click <a href="{% url ietf.ipr.new.update ipr.ipr_id %}">here</a> to update this IPR disclosure<br>
90+
Click <a href="{% url ietf.ipr.new.update ipr.ipr_id %}" rel="nofollow">here</a> to update this IPR disclosure<br>
9191
<!-- tag 1 -->
9292
<br>
9393
<font size="3"><strong>Submitted Date: {{ ipr.submitted_date|date:"F j, Y" }}</strong></font>

ietf/templates/ipr/details_edit.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
{% endfor %}
7373

7474
<br>
75-
Click <a href="{% url ietf.ipr.new.update ipr.ipr_id %}">here</a> to update this IPR disclosure<br>
75+
Click <a href="{% url ietf.ipr.new.update ipr.ipr_id %}" rel="nofollow">here</a> to update this IPR disclosure<br>
7676
<!-- tag 1 -->
7777
<br>
7878
<font size="3"><strong>Submitted Date: {{ ipr.submitted_date|date:"F j, Y" }}</strong></font>

0 commit comments

Comments
 (0)