diff --git a/counter/templates/counter/counter_click.jinja b/counter/templates/counter/counter_click.jinja index 0026bf1c..aee9c309 100644 --- a/counter/templates/counter/counter_click.jinja +++ b/counter/templates/counter/counter_click.jinja @@ -51,7 +51,7 @@
{% csrf_token %} - +

{% trans %}Basket: {% endtrans %}

@@ -179,6 +179,7 @@ $( function() { } }); $("#products").tabs(); + $("#code_field").focus(); }); {% endblock %}