forked from NoLog.cz/TrhlinaBar
15 lines
No EOL
443 B
HTML
15 lines
No EOL
443 B
HTML
{% extends 'base.html' %}
|
|
|
|
{% block content %}
|
|
<section>
|
|
<h1 aria-busy="true">Čekám až nascanuješ pitíčko</h1>
|
|
</section>
|
|
<form action="/checkout" method="post">
|
|
<input type="text" name="barcode" autofocus>
|
|
<input type="submit" hidden>
|
|
</form>
|
|
|
|
<p> Sem by mělo přijít jednoduché info o pokladně </p>
|
|
|
|
<a href="/admin" role="button" style="position: fixed; bottom: 10px; right: 10px;">⚙</a>
|
|
{% endblock %} |