Code layout change.
[wolnelektury.git] / src / wolnelektury / templates / account / base.html
diff --git a/src/wolnelektury/templates/account/base.html b/src/wolnelektury/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 %}