1
0
mirror of https://github.com/django/django.git synced 2025-03-06 07:22:32 +00:00

Refs #26761 -- Removed extra space in admin change list result header.

This commit is contained in:
Hasan Ramezani 2020-01-12 15:34:21 +01:00 committed by Mariusz Felisiak
parent 9a54a9172a
commit fbe82f8255
3 changed files with 10 additions and 10 deletions

View File

@ -10,7 +10,7 @@
<thead>
<tr>
{% for header in result_headers %}
<th scope="col" {{ header.class_attrib }}>
<th scope="col"{{ header.class_attrib }}>
{% if header.sortable %}
{% if header.sort_priority > 0 %}
<div class="sortoptions">

View File

@ -10,7 +10,7 @@
<thead>
<tr>
{% for header in result_headers %}
<th scope="col" {{ header.class_attrib }}>
<th scope="col"{{ header.class_attrib }}>
{% if header.sortable %}
{% if header.sort_priority > 0 %}
<div class="sortoptions">