X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/d8a368e376f9f50ff0e3714ef716df548e86bd7f..5bd864493e531e5600c5ca989825d89cc3ee1487:/src/wolnelektury/templates/2022/header.html

diff --git a/src/wolnelektury/templates/2022/header.html b/src/wolnelektury/templates/2022/header.html
index 6c7ff1185..a99a8ab4a 100644
--- a/src/wolnelektury/templates/2022/header.html
+++ b/src/wolnelektury/templates/2022/header.html
@@ -44,7 +44,7 @@
         </a>
       {% else %}
         <div class="l-navigation__login">
-          <a href='{% url 'login' %}?next={{ request.path }}'>Zaloguj się</a>
+          <a id="login-link" href='{% url 'login' %}?next={{ request.path }}'>Zaloguj się</a>
           /
           <a href='{% url 'register' %}?next={{ request.path }}'>Załóż konto</a>
         </div>