mirror of
https://github.com/DRYTRIX/TimeTracker.git
synced 2026-05-19 21:00:15 -05:00
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:
@@ -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">
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user