fixed block inheritance with several levels

This commit is contained in:
Ilya Puchka
2017-11-29 23:03:16 +01:00
parent cf7acea440
commit 93c07e22b1
6 changed files with 39 additions and 13 deletions

View File

@@ -1,2 +1,2 @@
{% extends "child.html" %}
{% block header %}Child Child Header{% endblock %}
{% block header %}{{ block.super }} Child_Child_Header{% endblock %}