Merged pull request 97
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
{% with object=regrouped_object.grouper %}
|
||||
{% if object %}
|
||||
<li>
|
||||
sortable fk is sortable: {{ sortable_by_class_is_sortable }}
|
||||
{% if sortable_by_class_is_sortable %}
|
||||
{% render_object_rep object %}
|
||||
{% else %}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
<form>
|
||||
<input name="pk" type="hidden" value="{{ object.pk }}" />
|
||||
</form>
|
||||
<a href="{% url 'admin:admin_do_sorting' object.model_type_id %}" class="admin_sorting_url">{{ object }}</a>
|
||||
<a href="{# url 'admin:admin_do_sorting' object.model_type_id #}" class="admin_sorting_url">{{ object }}</a>
|
||||
|
||||
Reference in New Issue
Block a user