Skip to content

Commit 97af58c

Browse files
committed
Added rel=nofollow to sign-in links
- Legacy-Id: 1964
1 parent 4ca4845 commit 97af58c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ietf/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
{% if user.is_authenticated %}
3535
<span style="float: right; font-size: 80%;">Logged in as {{ user }}</span>
3636
{% else %}
37-
<span style="float: right; font-size: 80%;"><a href="/accounts/login/?next={{request.path|urlencode}}">Sign In</a></span>
37+
<span style="float: right; font-size: 80%;"><a href="/accounts/login/?next={{request.path|urlencode}}" rel="nofollow">Sign In</a></span>
3838
{% endif %}
3939
{% block content %}{% endblock %}
4040
</div>

ietf/templates/idrfc/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<div id="ietf-login">{% if user.is_authenticated %}
6363
{{ user }}
6464
{% else %}
65-
<a href="/accounts/login/?next={{request.path|urlencode}}">Sign In</a>
65+
<a href="/accounts/login/?next={{request.path|urlencode}}" rel="nofollow">Sign In</a>
6666
{% endif %}</div>
6767

6868
<table style="margin-left:8px;margin-top:8px;" width="98%;">

0 commit comments

Comments
 (0)