Skip to content

Commit 63f1df0

Browse files
committed
More conformant HTML for the "sign in" button.
Commit ready for merge. - Legacy-Id: 19471
1 parent 04b78c4 commit 63f1df0

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

ietf/templates/base.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,7 @@
7676
</ul>
7777
{% if not user.is_authenticated %}
7878
<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>
79+
<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>
8280
{% endif %}
8381

8482
<form class="navbar-form navbar-right hidden-xs" action="/doc/search/">

0 commit comments

Comments
 (0)