Changes between Version 1 and Version 2 of Ticket #37026, comment 6
- Timestamp:
- Apr 11, 2026, 6:39:43 AM (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #37026, comment 6
v1 v2 1 2 I have submitted a PR for this ticket:3 4 PR: https://github.com/django/django/pull/210905 6 Changes:7 8 - Corrected the placement of `{% endblock %}` in `change_list.html`9 - Ensured proper block structure by moving it outside the `changelist-footer` div10 - No functional changes; improves template correctness and readability