Merge remote-tracking branch 'origin/main'
This commit is contained in:
@@ -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" %}
|
||||
|
||||
Reference in New Issue
Block a user