Django

Code

Ticket #11373: change_list.patch

File change_list.patch, 0.6 kB (added by manuel_razzari, 9 months ago)

Proposed patch

  • contrib/admin/templates/admin/change_list.html

    old new  
    99    <script type="text/javascript" src="../../jsi18n/"></script> 
    1010  {% endif %} 
    1111  {{ media }} 
    12   {% if not actions_on_top and not actions_on_bottom %} 
     12  {% if not action_form %} 
    1313    <style> 
    14       #changelist table thead th:first-child {width: inherit
     14      #changelist table thead th:first-child {width: inherit; text-align: left;
    1515    </style> 
    1616  {% endif %} 
    1717{% endblock %}