fix href link

This commit is contained in:
RubenPX 2022-04-12 12:59:22 +02:00
parent 23d8ba1570
commit 08ebc862ae
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@
<td>{{ tag.get_provider }}</td> <td>{{ tag.get_provider }}</td>
<td> <td>
{% if tag.device %} {% if tag.device %}
<a href={{ url_for('inventory.device_details', id=tag.device.devicehub_id)}}> <a href="{{ url_for('inventory.device_details', id=tag.device.devicehub_id)}}">
{{ tag.device.verbose_name }} {{ tag.device.verbose_name }}
</a> </a>
{% endif %} {% endif %}