mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-06-21 09:58:23 +02:00
Use block.parent to extend content
This commit is contained in:
@ -22,7 +22,8 @@
|
||||
{% crispy form %}
|
||||
{% endblock %}
|
||||
|
||||
{% block extra_content %}
|
||||
{% block content %}
|
||||
{{ block.super }}
|
||||
<div id="table">
|
||||
{% render_table table %}
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user