X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/94b69cb76f0bdc6fe119a9acc84f73d3afc82cf2..2c101e78aee8cd3ccf3f24a0ecaa22fa77593c5c:/src/wolnelektury/templates/registration/register.html

diff --git a/src/wolnelektury/templates/registration/register.html b/src/wolnelektury/templates/registration/register.html
index 33ad8751f..08b98d076 100644
--- a/src/wolnelektury/templates/registration/register.html
+++ b/src/wolnelektury/templates/registration/register.html
@@ -1,10 +1,10 @@
-{% extends "2022/base_simple.html" %}
+{% extends "base_simple.html" %}
 {% load i18n %}
 
 
 {% block settings %}
   {% load title %}
-  {% trans "Register" as title %}
+  {% trans "Załóż konto" as title %}
   {% title title %}
 {% endblock %}
 
@@ -13,11 +13,11 @@
   <form method="post">
     {% csrf_token %}
     {{ form.as_p }}
-    <button>{% trans "Register" %}</button>
+    <button>{% trans "Załóż konto" %}</button>
     <p class="helptext">{{ form.data_processing }}</p>
 
     {% if USE_OPENID %}
-      <h3>{% trans "Sign in using:" %}</h3>
+      <h3>{% trans "Zaloguj się używając:" %}</h3>
 
       <ul class="socialaccount_providers">
         {% include "socialaccount/snippets/provider_list.html" %}