X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/10510d28f980e9a61bdd2b5471e78eec872952ba..16faf95f77bf43f8055c15865d6c53d00740d521:/wolnelektury/templates/registration/login.html diff --git a/wolnelektury/templates/registration/login.html b/wolnelektury/templates/registration/login.html index b88d4e19d..5fbe3af42 100755 --- a/wolnelektury/templates/registration/login.html +++ b/wolnelektury/templates/registration/login.html @@ -1,5 +1,19 @@ -
+{% extends "simple_base.html" %} +{% load i18n %} + +{% block "title" %}{% trans "Login to Wolne Lektury" %}{% endblock %} + +{% block "body" %} +

{% trans "Login to Wolne Lektury" %}

+ + {% csrf_token %} - {{ form }} - -
+ + {{ form.as_table }} + +
+ +
+ + +{% endblock %}