0.0.244 upd w_carrier_card.html and mobile_styles.css for this widget

This commit is contained in:
2023-11-20 20:58:49 +03:00
parent f7a587b7a5
commit 414ffc703d
2 changed files with 165 additions and 31 deletions

View File

@@ -43,10 +43,10 @@
<span class="email_carrier_span{% if route.owner == user %} active{% endif %} el_for_open_el">{{ route.owner.email }}</span>
{# <input value="{{ route.owner.email }}">#}
<div class="clear_both"></div>
<div>{{ route.get_cargo_type_display }}</div>
<div>{{ route.weight }}</div>
<div>{{ route.get_owner_type_display }}</div>
<div>{{ route.id }},{{ forloop.counter }}</div>
{# <div>{{ route.get_cargo_type_display }}</div>#}
{# <div>{{ route.weight }}</div>#}
{# <div>{{ route.get_owner_type_display }}</div>#}
{# <div>{{ route.id }},{{ forloop.counter }}</div>#}
</a>
</div>
{% if route.owner != user %}