Revert "templates: always wrap tables in div.table-container (fixes #22795)"

This reverts commit 49cc5185b2.
This commit is contained in:
Benjamin Dauvergne 2020-04-09 14:36:19 +02:00
parent ac96816391
commit ed09b38596
2 changed files with 0 additions and 12 deletions

View File

@ -54,13 +54,7 @@
</div>
{% endif %}
{% if not table.page %}
<div class="table-container">
{% endif %}
{% render_table table "fargo/table.html" %}
{% if not table.page %}
</div>
{% endif %}
{% if full %}
<div class="infonotice">

View File

@ -5,13 +5,7 @@
{% block bodyclasses %}fargo-popup fargo-pick-popup{% endblock %}
{% block content %}
{% if not table.page %}
<div class="table-container">
{% endif %}
{% render_table table "fargo/pick_table.html" %}
{% if not table.page %}
</div>
{% endif %}
<form method="post" enctype="multipart/form-data">
{% csrf_token %}
{{ form.non_field_errors }}