Merge remote-tracking branch 'origin/main'

This commit is contained in:
2023-09-03 14:47:57 +03:00
2 changed files with 17 additions and 3 deletions

View File

@@ -21,7 +21,13 @@
{% block content %}
<div class="cut-width">
<div class="text-align-center">
<h1 class="title_page">Поиск перевозчика</h1>
<h1 class="title_page">
{% if owner_type == 'mover' %}
Поиск перевозчика
{% else %}
Поиск посылки
{% endif %}
</h1>
</div>
{% include "blocks/b_find_route_form.html" %}