Merge pull request #416 from eReuse/bugfix/4131-link-dhid

fix bug
This commit is contained in:
cayop 2022-12-05 10:28:35 +01:00 committed by GitHub
commit 01a3a97c2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 %}