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

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