connect form on static_pages
This commit is contained in:
SDE
2023-09-03 14:39:45 +03:00
parent d81688eb59
commit be6313d2d0
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" %}