0.0.268 all child are replaced
This commit is contained in:
@@ -18,16 +18,16 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="second-column">
|
||||
<div>{% trans "Информация" %}</div>
|
||||
<div>
|
||||
<div>
|
||||
<div><a href="{% url 'profile_page' 'create_route_for_mover' %}">{% trans "Перевезти посылку" %}</a></div>
|
||||
<div><a href="{% url 'profile_page' 'create_route_for_customer' %}">{% trans "Отправить посылку" %}</a></div>
|
||||
<div><a href="{% url 'static_page' 'for_customers' %}">{% trans "Для отправителя" %}</a></div>
|
||||
<div><a href="{% url 'static_page' 'for_movers' %}">{% trans "Для перевозчика" %}</a></div>
|
||||
</div>
|
||||
<div class="footer_text_inform">{% trans "Информация" %}</div>
|
||||
<div>
|
||||
<div class="footer_static_links">
|
||||
<div><a href="{% url 'profile_page' 'create_route_for_mover' %}">{% trans "Перевезти посылку" %}</a></div>
|
||||
<div><a href="{% url 'profile_page' 'create_route_for_customer' %}">{% trans "Отправить посылку" %}</a></div>
|
||||
<div><a href="{% url 'static_page' 'for_customers' %}">{% trans "Для отправителя" %}</a></div>
|
||||
<div><a href="{% url 'static_page' 'for_movers' %}">{% trans "Для перевозчика" %}</a></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="right-column">
|
||||
@@ -41,8 +41,8 @@
|
||||
</div>
|
||||
|
||||
<div class="four-column">
|
||||
<div>{% trans "Свяжитесь с нами:" %}</div>
|
||||
<div>
|
||||
<div class="footer_text_inform">{% trans "Свяжитесь с нами:" %}</div>
|
||||
<div class="footer_text_contact">
|
||||
<div>
|
||||
<a href="tel:+77777777777">+ 7 (777) 777-77-77</a>
|
||||
</div>
|
||||
@@ -57,7 +57,7 @@
|
||||
|
||||
{% if not user.is_authenticated %}
|
||||
<div class="fifth-column">
|
||||
<a href="{% url "registration_page" %}">{% trans "Регистрация" %}</a>
|
||||
<a class="fifth-column-first" href="{% url "registration_page" %}">{% trans "Регистрация" %}</a>
|
||||
<a href="{% url "login_profile" %}">{% trans "Войти" %}</a>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user