mirror of
https://github.com/welton89/RRBEC.git
synced 2026-04-05 13:35:42 +00:00
style: remove undeline text card comanda
This commit is contained in:
@@ -17,10 +17,12 @@ Comandas
|
|||||||
<div class="grid-container ">
|
<div class="grid-container ">
|
||||||
|
|
||||||
{% 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.
Reference in New Issue
Block a user