From 2d1a3464e7daf5ed78cdf08085551725075ac854 Mon Sep 17 00:00:00 2001 From: borissedw Date: Fri, 25 Aug 2023 14:16:15 +0300 Subject: [PATCH] 0.0.172 --- templates/blocks/b_search_routes.html | 9 +++++++++ templates/pages/p_results_find_route.html | 7 +------ 2 files changed, 10 insertions(+), 6 deletions(-) create mode 100644 templates/blocks/b_search_routes.html diff --git a/templates/blocks/b_search_routes.html b/templates/blocks/b_search_routes.html new file mode 100644 index 0000000..67f7670 --- /dev/null +++ b/templates/blocks/b_search_routes.html @@ -0,0 +1,9 @@ +{% load static %} + +
+ {% for route in routes %} + {% include "widgets/w_carrier_card.html" %} + {% endfor %} + + +
\ No newline at end of file diff --git a/templates/pages/p_results_find_route.html b/templates/pages/p_results_find_route.html index 8b3e1aa..d12e4d6 100644 --- a/templates/pages/p_results_find_route.html +++ b/templates/pages/p_results_find_route.html @@ -206,13 +206,8 @@ -
- {% for route in routes %} - {% include "widgets/w_carrier_card.html" %} - {% endfor %} + {% include "blocks/b_search_routes.html" %} - -