Skip to content

Commit 95666ea

Browse files
committed
Merged in [19471] from lars@eggert.org:
More conformant HTML for the 'sign in' button. - Legacy-Id: 19513 Note: SVN reference [19471] has been migrated to Git commit 63f1df0
2 parents e918331 + 63f1df0 commit 95666ea

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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)