Minor formatting fixes from merge.
parent
f6522d0a49
commit
1e7ea7b75a
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue