File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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%; ">
You can’t perform that action at this time.
0 commit comments