mirror of
https://github.com/welton89/RRBEC.git
synced 2026-04-05 13:35:42 +00:00
style: page orders
This commit is contained in:
@@ -22,7 +22,7 @@ Comandas
|
||||
|
||||
{% for comanda in comandas %}
|
||||
<div class="card-comanda">
|
||||
<a href="{% url 'viewcomanda' %}?parametro={{ comanda.id }}" style="text-decoration: none;">
|
||||
<a href="{% url 'viewcomanda' %}?parametro={{ comanda.id }}" style="text-decoration: none; ">
|
||||
<header
|
||||
{% if comanda.status == 'OPEN' %}
|
||||
style="padding: 5px; min-height: 60px;border-radius: 5px 5px 0px 0px; background-color: #036800;"
|
||||
|
||||
Reference in New Issue
Block a user