Summary: Add rel="nofollow" to logout link in Secretariat tools
- Legacy-Id: 10110
This commit is contained in:
parent
5e4645d7d2
commit
51e96e3c12
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue