Closed krab-skunk closed 6 years ago
Hi,
I would like to know if its possible to do as follow:
render_template('sample_application.html', message = message)
And on the template insert the message for the qrcode instead of hardcoding it directly on the html?
I tried many workarounds, but none of them works :/
Thanks a lot :)
shame ;)
<img src="{{ qrcode(message) }}"> :)
<img src="{{ qrcode(message) }}">
No problem! Thank you for reporting.
Hi,
I would like to know if its possible to do as follow:
render_template('sample_application.html', message = message)
And on the template insert the message for the qrcode instead of hardcoding it directly on the html?
I tried many workarounds, but none of them works :/
Thanks a lot :)