forgotten allauth templates
[wolnelektury.git] / apps / wolnelektury_core / templates / account / base.html
diff --git a/apps/wolnelektury_core/templates/account/base.html b/apps/wolnelektury_core/templates/account/base.html
new file mode 100755 (executable)
index 0000000..6bcdf12
--- /dev/null
@@ -0,0 +1,10 @@
+{% extends "site_base.html" %}
+
+{% block body %}
+{% block content %} {% endblock %}
+{% endblock %}
+
+{% block extrabody %}
+{% block extra_body %}
+{% endblock %}
+{% endblock %}