Use block.parent to extend content
This commit is contained in:
parent
e3898d0b1e
commit
1c16d6ef18
2 changed files with 2 additions and 3 deletions
|
|
@ -16,8 +16,6 @@
|
|||
{% endblock %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% block extra_content %}{% endblock %}
|
||||
{% endblock %}
|
||||
|
||||
{% block extrajavascript %}
|
||||
|
|
|
|||
|
|
@ -22,7 +22,8 @@
|
|||
{% crispy form %}
|
||||
{% endblock %}
|
||||
|
||||
{% block extra_content %}
|
||||
{% block content %}
|
||||
{{ block.super }}
|
||||
<div id="table">
|
||||
{% render_table table %}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue