Add QR code to item detail view
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2024-07-28 13:58:39 +03:00
parent a60a540408
commit c06db59898
3 changed files with 17 additions and 0 deletions

View File

@@ -88,6 +88,15 @@
{% endif %}
</td>
</tr>
<tr>
<td>QR Code (WIP)</td>
<td>
{% if item.get("shortener").slug %}
{{ item.get("shortener", {}).get("slug") | qr_code }}
{% endif %}
</td>
</tr>
<tr>
<td>Issue tracker</td>