From ffa6ba2c47cd6d32c4b556d1c7060ef3d36c7138 Mon Sep 17 00:00:00 2001 From: ArtemB Date: Fri, 31 May 2024 12:43:46 +0300 Subject: [PATCH] 1.0.10 add description for news create_route_for_customer, create_route_for_mover --- templates/pages/profile/p_user_profile.html | 8 ++++++++ templates/tb_base.html | 6 +++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/templates/pages/profile/p_user_profile.html b/templates/pages/profile/p_user_profile.html index c877d36..ccbb04d 100644 --- a/templates/pages/profile/p_user_profile.html +++ b/templates/pages/profile/p_user_profile.html @@ -13,6 +13,14 @@ {% block meta %} {# #} + + {% block default_meta_description %} + + {% endblock %} + + + diff --git a/templates/tb_base.html b/templates/tb_base.html index 15ab4f3..5b58b3b 100644 --- a/templates/tb_base.html +++ b/templates/tb_base.html @@ -9,7 +9,11 @@ {# #} - + {% if page.description %} + + {% else %} + {% block default_meta_description %}{% endblock %} + {% endif %} {% webpush_header %}