fix(templates): remove stray closing divs on import/export and list pages

Extra or unmatched </div> tags inside {% block content %} closed layout
ancestors early, which broke the centered main column and stacked modals
and scripts incorrectly.

- import_export/index.html: drop duplicate grid closer
- saved_filters/list.html: remove orphan closer after page body
- time_entry_templates/list.html: same orphan pattern as saved filters
This commit is contained in:
Dries Peeters
2026-04-27 20:21:28 +02:00
parent 6c8e86cd01
commit 6c57ba775a
3 changed files with 0 additions and 3 deletions
-1
View File
@@ -204,7 +204,6 @@
</div>
</div>
</div>
</div>
<!-- Toggl Import Modal -->
<div id="toggl-modal" class="hidden fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center z-50">
-1
View File
@@ -99,7 +99,6 @@
type='no-data'
) }}
{% endif %}
</div>
<script>
function applyFilter(filterId, scope) {
@@ -117,7 +117,6 @@
type='no-data'
) }}
{% endif %}
</div>
<script>
function useTemplate(templateId) {