1.1.23 add h1 for all pages

This commit is contained in:
2024-07-01 17:53:54 +03:00
parent 2400c334a9
commit 38c4f3426d
11 changed files with 39 additions and 15 deletions

View File

@@ -5,6 +5,11 @@
<link rel="stylesheet" href="{% static 'css/ion.rangeSlider.min.css' %}">
{% if owner_type == 'customer' %}
<h1 id=title_static_small>{% trans "Отправки посылки TripWB по всему миру"%}</h1>
{% elif owner_type == 'mover' %}
<h1 id=title_static_small>{% trans "Перевозки посылок TripWB"%}</h1>
{% endif %}
<form class = "new_route" name="new_route" method="post">
{% csrf_token %}