rearrangements: new core app, templates in apps, split settings;
[wolnelektury.git] / apps / wolnelektury_core / templates / site_base.html
diff --git a/apps/wolnelektury_core/templates/site_base.html b/apps/wolnelektury_core/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 %}