TRI-283: edits btns reg landing_page
This commit is contained in:
@@ -176,7 +176,7 @@ function gtag_report_conversion(url) {
|
||||
{% if mobile == 'false' or mobile %}
|
||||
{% endif %}
|
||||
<div class="block_overlay {% if page_type == 'profile' %}hidden{% elif page_type == 'routes' %} routes n_profile hidden{% else %}hidden n_profile{% endif %}" onclick="close_open_curtain()"></div>
|
||||
<div class="wrapper_main{% if page.url == "landing_mover" %} is-container{% endif %}">
|
||||
<div class="wrapper_main{% if page.url == "landing_mover" or page.url == "landing_customer" %} is-container{% endif %}">
|
||||
{% if page.url == "landing_mover" or page.url == 'landing_customer' %}
|
||||
{% include 'blocks/n_header.html' %}
|
||||
{% else %}
|
||||
@@ -216,7 +216,7 @@ function gtag_report_conversion(url) {
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
<div class="{% if page.url == "landing_mover" %}container{% else %}wrapper_content{% endif %} {% if page.url == 'customer_service'%} m_h_0 {% elif page.url == 'contacts' %}m_h_0{% elif request.path == '/test_404' %}m_h_0{% endif %}">
|
||||
<div class="{% if page.url == "landing_mover" or page.url == "landing_customer" %}container{% else %}wrapper_content{% endif %} {% if page.url == 'customer_service'%} m_h_0 {% elif page.url == 'contacts' %}m_h_0{% elif request.path == '/test_404' %}m_h_0{% endif %}">
|
||||
|
||||
{% block content %}
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user