Show redirect URL in <pre> element

This commit is contained in:
Jens Langhammer
2019-04-29 22:32:22 +02:00
parent 1fac964b8b
commit 31846f1d05
2 changed files with 4 additions and 5 deletions

View File

@ -36,7 +36,7 @@
<tr>
<td>{{ source.name }}</td>
<td>{{ source|fieldtype }}</td>
<td>{{ source.additional_info }}</td>
<td>{{ source.additional_info|safe }}</td>
<td>
<a class="btn btn-default btn-sm"
href="{% url 'passbook_admin:source-update' pk=source.uuid %}?back={{ request.get_full_path }}">{% trans 'Edit' %}</a>