This commit is contained in:
Cayo Puigdefabregas 2022-12-05 10:05:12 +01:00
parent 341a7b2034
commit 9a39f3ae9d
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@
</td>
<td>
{% if snap.get_device() %}
<a href="{{ url_for('inventory.device_details', id=snap.device) }}">
<a href="{{ url_for('inventory.device_details', id=snap.get_device()) }}">
{{ snap.get_device() }}
</a>
{% endif %}