forked from NoLog.cz/TrhlinaBar
10 lines
No EOL
232 B
HTML
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 %} |