Summary: Add rel="nofollow" to logout link in Secretariat tools

- Legacy-Id: 10110
This commit is contained in:
Ole Laursen 2015-09-30 12:34:06 +00:00
parent 5e4645d7d2
commit 51e96e3c12

View file

@ -13,7 +13,7 @@
</td>
<td align="right">
<br>
<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>
<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>
</td>
</tr>
</table>