Skip to content

Commit 51e96e3

Browse files
committed
Summary: Add rel="nofollow" to logout link in Secretariat tools
- Legacy-Id: 10110
1 parent 5e4645d commit 51e96e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/secr/templates/base_site.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ <h1 id="site-name">{% if user|has_role:"Secretariat" %} Secretariat Dashboard {%
1313
</td>
1414
<td align="right">
1515
<br>
16-
<span class="login">{% if user|has_role:"Secretariat" %}Secretariat {% endif %}Logged in: <a href="/accounts/profile/">{{ user }}</a> | <a href="/accounts/logout/">Log out</a></span>
16+
<span class="login">{% if user|has_role:"Secretariat" %}Secretariat {% endif %}Logged in: <a href="/accounts/profile/">{{ user }}</a> | <a rel="nofollow" href="/accounts/logout/">Log out</a></span>
1717
</td>
1818
</tr>
1919
</table>

0 commit comments

Comments
 (0)