style: page comandas and modal add product in comanda

This commit is contained in:
2024-12-19 20:39:19 -03:00
parent 2ac5acf4c0
commit 40dec27674
6 changed files with 19 additions and 15 deletions

View File

@@ -3,10 +3,10 @@
{% for product in products %}
{{co}}
<div class="card" hx-get="{% url 'addProduct' product.id comanda_id %} " hx-trigger="click" hx-target="#list-products-comanda">
<article style="background-color: #293552;" hx-get="{% url 'addProduct' product.id comanda_id %} " hx-trigger="click" hx-target="#list-products-comanda">
{{product.name}} <br>
R$ {{product.price}}
</div>
</article>
{% endfor %}