This commit is contained in:
2023-08-04 14:13:13 +03:00
parent b3a2ff0f15
commit c8484f1451
3 changed files with 10 additions and 3 deletions

View File

@@ -636,4 +636,6 @@
padding-top: 10px;
border-top: 1px solid #E6E6E6;
width: 100%;
}
}
/*p_results_find_route*/

View File

@@ -0,0 +1,7 @@
{% extends "tb_base.html" %}
{% load static %}
<div>
<h1>Поиск перевозчика</h1>
</div>
<div class="container_form_search_carrier">
</div>

View File

@@ -1,2 +0,0 @@
{% extends "tb_base.html" %}
{% load static %}