TrhlinaBar/templates/index.html
2023-02-25 18:22:03 +01:00

10 lines
No EOL
232 B
HTML

{% extends 'base.html' %}
{% block content %}
<section>
Načti prosím čtečkou čárový kód
</section>
<form action="/checkout" method="post">
<input type="text" name="barcode" autofocus>
</form>
{% endblock %}