TrhlinaBar/templates/index.html

10 lines
232 B
HTML
Raw Normal View History

2023-02-25 18:22:03 +01:00
{% 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 %}