1.0.9 add title for news create_route_for_customer, create_route_for_mover

This commit is contained in:
2024-05-31 11:40:16 +03:00
parent 17024d7350
commit 4ae8f09430
8 changed files with 43 additions and 27 deletions

View File

@@ -13,6 +13,15 @@
<meta name="vapid-key" content="{{ vapid_key }}">
{% webpush_header %}
<title>
{% if page.title %}
{{ page.title }}
{% else %}
{% block title %}{% endblock %}
{% endif %}
</title>
{% include "inter/meta_names.html" %}
{# <script src='{% static "js/jquery_v3_6_4.js" %}'> </script>#}