Changes between Version 1 and Version 2 of Ticket #37026, comment 6


Ignore:
Timestamp:
Apr 11, 2026, 6:39:43 AM (3 weeks ago)
Author:
MANAS MADESHIYA

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/21090
    5 
    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` div
    10 - No functional changes; improves template correctness and readability
Back to Top