Merge branch 'master' into testing

This commit is contained in:
Cayo Puigdefabregas 2022-12-05 10:35:49 +01:00
commit 534adbba75
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,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 %}