0.0.23 my routes

This commit is contained in:
SBD
2025-01-14 17:50:56 +03:00
parent c237875732
commit cdedebd9f6
5 changed files with 96 additions and 8 deletions

View File

@@ -0,0 +1,7 @@
{% 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' %}
</div>