Added comments regarding the change

pull/11636/head
Jaivignesh-afk 2024-02-12 21:51:26 +05:30
rodzic 7e7b92aa64
commit 9dbabcaa96
4 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -26,7 +26,7 @@
{% for codename, short_label, long_label in formset.permission_types %}
<th title="{{ long_label }}">{{ short_label }}</th>
{% endfor %}
<th aria-hidden="true"></th>
<th aria-hidden="true">{% comment "" %} added for visual alignment only {% endcomment %}</th>
</tr>
</thead>
<tbody id="id_{{ formset.prefix }}-FORMS">

Wyświetl plik

@ -17,7 +17,7 @@
<thead>
<tr>
<th>{% trans "Page" %}</th>
<th aria-hidden="true"></th>
<th aria-hidden="true">{% comment "" %} added for visual alignment only {% endcomment %}</th>
</tr>
</thead>
<tbody id="id_{{ formset.prefix }}-FORMS">

Wyświetl plik

@ -120,7 +120,7 @@
<thead>
<tr>
<th>{% trans "Name" %}</th>
<th aria-hidden="true"></th>
<th aria-hidden="true">{% comment %} added for visual alignment only {% endcomment %}</th>
</tr>
</thead>
<tbody>

Wyświetl plik

@ -25,7 +25,7 @@
{% for identifier, short_label, long_label in formset.permission_types %}
<th title="{{ long_label }}">{{ short_label }}</th>
{% endfor %}
<th aria-hidden="true"></th>
<th aria-hidden="true">{% comment %} added for visual alignment only {% endcomment %}</th>
</tr>
</thead>
<tbody id="id_{{ formset.prefix }}-FORMS">