mirror of
https://github.com/jazzband/django-admin-sortable.git
synced 2026-03-23 17:30:25 +00:00
re-enabled href in shared/object_rep.html
This commit is contained in:
parent
d841ebfbfe
commit
da39cf7497
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue