diff --git a/docs/report/barcodes.md b/docs/report/barcodes.md index 90ce3c3..3317726 100644 --- a/docs/report/barcodes.md +++ b/docs/report/barcodes.md @@ -73,3 +73,14 @@ To render a QR code, use the `qrcode` template tag: {% endraw %} ``` + +Additional parameters can be passed to the `qrcode` function for rendering: + +```html +{% raw %} + +{% endraw %} +``` + +!!! tip "Documentation" + Refer to the [qrcode library documentation](https://pypi.org/project/qrcode/) for more information