X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/451f7b0e0ee3bfdab38cfa9c98a297c5320b52ad..88e2c2cae610d479e1b2f82a3d0f19c00e5fb97d:/wolnelektury/templates/registration/login.html diff --git a/wolnelektury/templates/registration/login.html b/wolnelektury/templates/registration/login.html deleted file mode 100755 index 5fbe3af42..000000000 --- a/wolnelektury/templates/registration/login.html +++ /dev/null @@ -1,19 +0,0 @@ -{% extends "simple_base.html" %} -{% load i18n %} - -{% block "title" %}{% trans "Login to Wolne Lektury" %}{% endblock %} - -{% block "body" %} -

{% trans "Login to Wolne Lektury" %}

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