re-enabled href in shared/object_rep.html

master
mark@ignacio.io 2014-12-27 12:18:10 -05:00
parent d841ebfbfe
commit da39cf7497
1 changed files with 1 additions and 1 deletions

View File

@ -3,4 +3,4 @@
<form> <form>
<input name="pk" type="hidden" value="{{ object.pk }}" /> <input name="pk" type="hidden" value="{{ object.pk }}" />
</form> </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>