summaryrefslogtreecommitdiff
path: root/django
diff options
context:
space:
mode:
authorAdam Johnson <me@adamj.eu>2020-06-04 10:25:19 +0100
committerGitHub <noreply@github.com>2020-06-04 11:25:19 +0200
commitfcdac3787dc9863255291a45ebd039ea708ab6b9 (patch)
tree3bd423acf3495cc603a0e94a7272b76a7ec75f91 /django
parentf47d5aac622c334ebeba06b7460204aeb98661e2 (diff)
Removed unused HTML class flex from admin changelist.
Unused since 233708fb683ae2c1cf3e4c00edc2e4842d99a42d.
Diffstat (limited to 'django')
-rw-r--r--django/contrib/admin/templates/admin/change_list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/contrib/admin/templates/admin/change_list.html b/django/contrib/admin/templates/admin/change_list.html
index 18cd60101e..b426373410 100644
--- a/django/contrib/admin/templates/admin/change_list.html
+++ b/django/contrib/admin/templates/admin/change_list.html
@@ -35,7 +35,7 @@
{% endblock %}
{% endif %}
-{% block coltype %}flex{% endblock %}
+{% block coltype %}{% endblock %}
{% block content %}
<div id="content-main">