X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/30ceb98e6272767f8f271ecb0de30858e1c1a88e..2c8cbdedff9b723bd481e51d3aea771dd93fee7a:/src/wolnelektury/templates/registration/login.html diff --git a/src/wolnelektury/templates/registration/login.html b/src/wolnelektury/templates/registration/login.html new file mode 100644 index 000000000..691d3db3b --- /dev/null +++ b/src/wolnelektury/templates/registration/login.html @@ -0,0 +1,50 @@ +{% extends "2022/base.html" %} +{% load i18n %} + +{% block content %} +
+ +
+ +
+
+
+
+

Zaloguj się

+
+
+
+
+
+
+
+ {% csrf_token %} + {{ form }} +
+
+ +
+
+ + {% trans "Forgot Password?" %} +
+
+ + {% if USE_OPENID %} +

{% trans "Sign in using:" %}

+ +
    + {% include "socialaccount/snippets/provider_list.html" %} +
+ + {% include "socialaccount/snippets/login_extra.html" %} + {% endif %} + +
+
+
+
+{% endblock %}