From ed795d63fce048546ef389c5deac2887e73452cd Mon Sep 17 00:00:00 2001 From: "madjid.asa" Date: Thu, 29 Feb 2024 17:48:33 +0100 Subject: [PATCH] add comment to explain --- lemarche/templates/admin/includes/fieldset.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lemarche/templates/admin/includes/fieldset.html b/lemarche/templates/admin/includes/fieldset.html index b27e6f6f5..953c5302c 100644 --- a/lemarche/templates/admin/includes/fieldset.html +++ b/lemarche/templates/admin/includes/fieldset.html @@ -1,3 +1,9 @@ +{% comment %} +This page is an enhanced version of the original template found at +https://github.com/django/django/blob/main/django/contrib/admin/templates/admin/includes/fieldset.html. +We've updated it to include unique IDs for section titles, enabling direct navigation to specific sections. +This modification makes it easier for users to quickly find the information they need by allowing direct links to jump to different parts of the page. +{% endcomment %}
{% if fieldset.name %}

{{ fieldset.name }}

{% endif %} {% if fieldset.description %}