Skip to content

Commit edc57b9

Browse files
committed
Merged in [13911] from kivinen@iki.fi:
Fixed sign in page so it will always scroll to top when page is loaded, so the sign in fields are visible. - Legacy-Id: 13929 Note: SVN reference [13911] has been migrated to Git commit 16fb57b
2 parents 02ae6ae + 16fb57b commit edc57b9

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)