0.1.333 upd 404_page and create conditions for unfound routes

This commit is contained in:
2024-01-09 13:03:30 +03:00
parent 46e73db10a
commit c7bc22813f
5 changed files with 93 additions and 5 deletions

View File

@@ -107,7 +107,7 @@
</div>
</div>
{% endif %}
<div class="wrapper_content {% if page.url == 'customer_service'%} m_h_0 {% elif page.url == 'contacts' %}m_h_0{% endif %}">
<div class="wrapper_content {% 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 %}