From c8484f1451ea6d2635adc3ae4563044f9a834145 Mon Sep 17 00:00:00 2001 From: borissedw Date: Fri, 4 Aug 2023 14:13:13 +0300 Subject: [PATCH] 0.0.34 --- static/css/styles(boris).css | 4 +++- templates/pages/p_results_find_route.html | 7 +++++++ templates/pages/p_results_search_route.html | 2 -- 3 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 templates/pages/p_results_find_route.html delete mode 100644 templates/pages/p_results_search_route.html diff --git a/static/css/styles(boris).css b/static/css/styles(boris).css index c42a625..c79283c 100644 --- a/static/css/styles(boris).css +++ b/static/css/styles(boris).css @@ -636,4 +636,6 @@ padding-top: 10px; border-top: 1px solid #E6E6E6; width: 100%; -} \ No newline at end of file +} + +/*p_results_find_route*/ \ No newline at end of file diff --git a/templates/pages/p_results_find_route.html b/templates/pages/p_results_find_route.html new file mode 100644 index 0000000..f0e2405 --- /dev/null +++ b/templates/pages/p_results_find_route.html @@ -0,0 +1,7 @@ +{% extends "tb_base.html" %} +{% load static %} +
+

Поиск перевозчика

+
+
+
\ No newline at end of file diff --git a/templates/pages/p_results_search_route.html b/templates/pages/p_results_search_route.html deleted file mode 100644 index a6f7824..0000000 --- a/templates/pages/p_results_search_route.html +++ /dev/null @@ -1,2 +0,0 @@ -{% extends "tb_base.html" %} -{% load static %} \ No newline at end of file