{% extends "base.html" %} {% block content %}

QR Code Generator

{{ form.hidden_tag() }} QR Code Generator

Enter the text you want in the QR code and it will be displayed as a GIF file.

{{ form.qrcode_text(size=32) }}
{{ form.submit() }}
{% endblock %}