Skip to content

Commit 16fb57b

Browse files
committed
Fixed sign in page so it will always scroll to top when page is loaded, so the sign in fields are visible. Commit ready for merge.
- Legacy-Id: 13911
1 parent 263551d commit 16fb57b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ietf/templates/registration/login.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<div class="col-md-2 col-sm-0"></div>
1212
<div class="col-md-8 col-sm-12">
1313
<h1>Sign in</h1>
14+
<script type="text/javascript">window.scrollTo(0, 0)</script>
1415

1516
<form method="post">
1617
{% csrf_token %}

0 commit comments

Comments
 (0)