1.1.23 add h1 for all pages
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user