0.0.42 fix form

This commit is contained in:
SBD
2025-01-16 17:18:12 +03:00
parent b3e8d75539
commit 529b324817
8 changed files with 68 additions and 23 deletions

View File

@@ -1,7 +1,8 @@
{% load static %}
{% load i18n %}
<link rel="stylesheet" href="{% static "v2/css/widgets/w_route_card.css" %}">
<div class="b_my_routes">
{% include 'v2/widgets/w_customer_route_card.html' %}
{% for route in routes %}
{% include 'v2/widgets/w_customer_route_card.html' with route=route %}
{% endfor %}
</div>