Code layout change.
[wolnelektury.git] / src / wolnelektury / templates / site_base.html
diff --git a/src/wolnelektury/templates/site_base.html b/src/wolnelektury/templates/site_base.html
new file mode 100644 (file)
index 0000000..b0c2ca5
--- /dev/null
@@ -0,0 +1,5 @@
+{% extends "base.html" %}
+{# This is for allauth templates. #}
+
+{% block bodyid %}auth-page{% endblock %}
+{% block titleextra %}{% block head_title %}{% endblock %}{% endblock %}