diff --git a/frontend/templates/pages/auth/login_initial.html b/frontend/templates/pages/auth/login_initial.html index a495d6897..d674c589e 100644 --- a/frontend/templates/pages/auth/login_initial.html +++ b/frontend/templates/pages/auth/login_initial.html @@ -47,12 +47,49 @@ .slide-transition { view-transition-name: slide-it; } + + .popup { + position: fixed; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); + background: inherit; + box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); + } + + .popup .h2 { + color: inherit; + } + + .popup .p { + color: inherit; + } + +
+ hx-post="{% url 'auth:login manual' %}" + action="{% url 'auth:login manual' %}"> {% csrf_token %} +