We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e918331 + 63f1df0 commit 95666eaCopy full SHA for 95666ea
ietf/templates/base.html
@@ -76,9 +76,7 @@
76
</ul>
77
{% if not user.is_authenticated %}
78
<p class="navbar-text"></p>
79
- <button type="button" class="btn {% if server_mode and server_mode == "production" %}btn-warning{% else %}btn-default{% endif %} btn-sm navbar-btn">
80
- <a style="color:inherit" rel="nofollow" href="/accounts/login/?next={{request.get_full_path|urlencode}}">Sign in</a>
81
- </button>
+ <a class="btn {% if server_mode and server_mode == "production" %}btn-warning{% else %}btn-default{% endif %} btn-sm navbar-btn" rel="nofollow" href="/accounts/login/?next={{request.get_full_path|urlencode}}">Sign in</a>
82
{% endif %}
83
84
<form class="navbar-form navbar-right hidden-xs" action="/doc/search/">
0 commit comments