File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
adminlteui/templates/admin Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 2020
2121{% block custom_style %}
2222< link rel ="stylesheet " href ="{% static "admin /plugins/datatables/dataTables.bootstrap.css" %}">
23+ {% if cl.formset or action_form %}
24+ < script type ="text/javascript " src ="{% url 'admin:jsi18n' %} "> </ script >
25+ {% endif %}
2326{% endblock %}
2427
2528{% block extrahead %}
3942{% endblock %}
4043{% endif %}
4144
45+ {% block content_title %} {{ cl.opts.verbose_name_plural|capfirst }} {% endblock %}
46+
4247{% block coltype %}flex{% endblock %}
4348
4449{% block content %}
5863 </ div >
5964
6065 {% block object-tools %}
61- < div class ="row ">
66+ < div class ="row " style =" margin-bottom: 15px; " >
6267 {% block object-tools-items %}
6368 {% change_list_object_tools %}
6469 {% endblock %}
You can’t perform that action at this time.
0 commit comments