fixes master
authorRadek Czajka <rczajka@rczajka.pl>
Tue, 12 May 2026 09:54:14 +0000 (11:54 +0200)
committerRadek Czajka <rczajka@rczajka.pl>
Tue, 12 May 2026 09:54:14 +0000 (11:54 +0200)
src/wolnelektury/templates/account/base.html
src/wolnelektury/templates/socialaccount/connections.html
src/wolnelektury/templates/socialaccount/login_cancelled.html
src/wolnelektury/templates/user.html

index 40c1de9..093fcb2 100644 (file)
@@ -1,7 +1,7 @@
 {% extends "base_simple.html" %}
 
 {% block body %}
-  <div class="white-box normal-text">
+  <div class="white-box">
     {% block content %}{% endblock %}
   </div>
 {% endblock %}
index dcee6ff..fd41103 100644 (file)
@@ -5,7 +5,7 @@
 {% block head_title %}{% trans "Połączone konta" %}{% endblock %}
 
 {% block body %}
-  <div class="normal-text white-box">
+  <div class="white-box">
 
     <h1>{% trans "Połączone konta" %}</h1>
 
index 3e95773..98da130 100644 (file)
@@ -5,7 +5,7 @@
 {% block head_title %}{% trans "Logowanie anulowane" %}{% endblock %}
 
 {% block body %}
-  <div class="normal-text white-box">
+  <div class="white-box">
 
     <h1>{% trans "Logowanie anulowane" %}</h1>
 
index e9a5047..42078df 100644 (file)
@@ -20,7 +20,6 @@
     {% if request.user.membership %}
       <p><a href="{% url 'club_join' %}">{% trans "Wspierasz Wolne Lektury, dziękujemy!" %}</a></p>
     {% endif %}
-    <p><a href="{% url 'socialaccount_connections' %}">{% trans "Zewnętrzne konta" %}</a></p>
     <p><a href="{% url 'logout' %}">{% trans "Wyloguj się" %}</a>
   </div>
 {% endblock %}