Change login complications
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Ekaropolus 2026-01-04 15:40:17 -06:00
parent ebd426a304
commit 8eeaecbc2d

View File

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