This commit is contained in:
2023-08-28 13:43:58 +03:00
parent fcb5df09b1
commit f92f7b6ba8
2 changed files with 5 additions and 0 deletions

View File

@@ -42,6 +42,8 @@
<span class="email_carrier_span{% if route.owner == user %} active{% endif %}">{{ 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>
</a>
</div>
{% if route.owner != user %}