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
This commit is contained in:
Tero Kivinen 2017-07-15 15:40:51 +00:00
parent 263551d3b7
commit 16fb57b14d

View file

@ -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 %}