File tree Expand file tree Collapse file tree
sortiment/store/templates/products Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,18 +18,18 @@ <h1 class="font-bold text-3xl text-center mb-6 mt-4">Príjem tovaru</h1>
1818 data-import-current-price-value ="{{total.price|floatformat}} "
1919 data-import-current-quantity-value ="{{total.quantity|floatformat}} ">
2020 < div >
21- < label for ="{{ form.quantity.id_for_label }} " class ="text-sm font-medium text-gray-700 "> {{ form.quantity.label }}:</ label >
22- {% render_field form.quantity class="input mt-1" data-import-target="quantity" data-action="import#reset" %}
21+ < label for ="{{ form.quantity.id_for_label }} " class ="text-sm font-medium text-gray-700 dark:text-gray-300 "> {{ form.quantity.label }}:</ label >
22+ {% render_field form.quantity class="input mt-1 dark:bg-gray-800 dark:border-0 " data-import-target="quantity" data-action="import#reset" %}
2323 </ div >
2424
2525 < div class ="grid grid-cols-2 gap-2 ">
2626 < div >
27- < label for ="{{ form.unit_price.id_for_label }} " class ="text-sm font-medium text-gray-700 "> {{ form.unit_price.label }}:</ label >
28- {% render_field form.unit_price class="input mt-1" step="0.01" data-import-target="unitPrice" data-action="import#updateTotalPrice" %}
27+ < label for ="{{ form.unit_price.id_for_label }} " class ="text-sm font-medium text-gray-700 dark:text-gray-300 "> {{ form.unit_price.label }}:</ label >
28+ {% render_field form.unit_price class="input mt-1 dark:bg-gray-800 dark:border-0 " step="0.01" data-import-target="unitPrice" data-action="import#updateTotalPrice" %}
2929 </ div >
3030 < div >
31- < label for ="total_price " class ="text-sm font-medium text-gray-700 "> Nákupná cena spolu:</ label >
32- < input type ="number " class ="input mt-1 " id ="total_price " step ="0.01 "
31+ < label for ="total_price " class ="text-sm font-medium text-gray-700 dark:text-gray-300 "> Nákupná cena spolu:</ label >
32+ < input type ="number " class ="input mt-1 dark:bg-gray-800 dark:border-0 " id ="total_price " step ="0.01 "
3333 data-import-target ="totalPrice " data-action ="import#updateUnitPrice ">
3434 </ div >
3535 </ div >
You can’t perform that action at this time.
0 commit comments