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 16fb57b14d
This commit is contained in:
commit
edc57b961f
|
@ -11,6 +11,7 @@
|
|||
<div class="col-md-2 col-sm-0"></div>
|
||||
<div class="col-md-8 col-sm-12">
|
||||
<h1>Sign in</h1>
|
||||
<script type="text/javascript">window.scrollTo(0, 0)</script>
|
||||
|
||||
<form method="post">
|
||||
{% csrf_token %}
|
||||
|
|
Loading…
Reference in a new issue