Minor formatting fixes from merge.

master
Brandon Taylor 2018-03-19 21:22:57 -04:00
parent f6522d0a49
commit 1e7ea7b75a
1 changed files with 10 additions and 10 deletions

View File

@ -75,20 +75,20 @@
{% block content %} {% block content %}
<div id="content-main"> <div id="content-main">
{% block object-tools %} {% block object-tools %}
<ul class="object-tools"> <ul class="object-tools">
<li> <li>
<a href="{% url opts|admin_urlname:'changelist' %}"> <a href="{% url opts|admin_urlname:'changelist' %}">
{% blocktrans with opts.verbose_name_plural|capfirst as model %}Return to {{ model }}{% endblocktrans %} {% blocktrans with opts.verbose_name_plural|capfirst as model %}Return to {{ model }}{% endblocktrans %}
</a> </a>
</li> </li>
</ul> </ul>
{% endblock %} {% endblock %}
{% if objects %} {% if objects %}
<div id="sortable"> <div id="sortable">
{% if group_expression %} {% if group_expression %}
{% include "adminsortable/shared/nested_objects.html" %} {% include "adminsortable/shared/nested_objects.html" %}
{% else %} {% else %}
{% include "adminsortable/shared/objects.html" %} {% include "adminsortable/shared/objects.html" %}
{% endif %} {% endif %}
{% csrf_token %} {% csrf_token %}
</div> </div>