Change login complications
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
ebd426a304
commit
8eeaecbc2d
@ -33,8 +33,7 @@
|
|||||||
|
|
||||||
<div class="text-center w-75 m-auto">
|
<div class="text-center w-75 m-auto">
|
||||||
<h4 class="text-dark-50 text-center pb-0 fw-bold">Sign In</h4>
|
<h4 class="text-dark-50 text-center pb-0 fw-bold">Sign In</h4>
|
||||||
<p class="text-muted mb-4">Enter your email address and password to access admin panel.
|
<p class="text-muted mb-4">Use GitHub or your admin email and password to access the dashboard.</p>
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% load socialaccount %}
|
{% load socialaccount %}
|
||||||
@ -88,10 +87,3 @@
|
|||||||
</span>
|
</span>
|
||||||
</footer>
|
</footer>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block extra_js %}
|
|
||||||
<script>
|
|
||||||
document.getElementById('id_login').value = "test@test.com"
|
|
||||||
document.getElementById('id_password').value = "password"
|
|
||||||
</script>
|
|
||||||
{% endblock %}
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user