style: remove undeline text card comanda

This commit is contained in:
2024-12-19 21:22:02 -03:00
parent 40dec27674
commit a91fe5abf6
2 changed files with 6 additions and 4 deletions

View File

@@ -18,9 +18,11 @@ Comandas
{% for comanda in comandas %} {% for comanda in comandas %}
<a href="{% url 'viewcomanda' %}?parametro={{ comanda.id }}"><article > <a href="{% url 'viewcomanda' %}?parametro={{ comanda.id }}" style="text-decoration: none;">
<header> {{comanda.name}} </header><br> <article >
{{comanda.mesa}} <header> {{comanda.name}} | {{comanda.mesa}}</header><br>
<p>Aberta ás: {{comanda.dt_open|date:"H:i"}}</p>
</article></a> </article></a>

Binary file not shown.