diff --git a/static/css/mobile_styles.css b/static/css/mobile_styles.css index 2dbff48..5774646 100644 --- a/static/css/mobile_styles.css +++ b/static/css/mobile_styles.css @@ -140,6 +140,10 @@ transition: 200ms; } + .unsubscribe_info { + font-size: 12px; +} + .container_content_handler_curtain_left{ display: flex; rotate: 90deg; diff --git a/static/css/styles.css b/static/css/styles.css index 36a45ba..c4f8c97 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -507,6 +507,8 @@ header .header-first { } + + .header_logo_mobile{ display: none; } @@ -2622,6 +2624,17 @@ button#send_feedback_form:active{ /* display: block;*/ /*}*/ +.unsubscribe_info { + color: #27242499; + font-size: 12px; + margin-top: 5px; + background-color: white; + border-radius: 10px; +} + + + + .tab-btn-1, .tab-btn-2 { display: inline-block; diff --git a/templates/blocks/profile/b_subscribe_current.html b/templates/blocks/profile/b_subscribe_current.html index 02e1013..00cb1fe 100644 --- a/templates/blocks/profile/b_subscribe_current.html +++ b/templates/blocks/profile/b_subscribe_current.html @@ -10,6 +10,7 @@
{% translate "Ваш тарифный план" %}
{{ subscribe_for_user.subscribe.name }}
+
*{% translate "для отмены подписки создайте запрос в техподдерже" %}
{% translate "оплачен до:" %} {{ subscribe_for_user.paid_period_to_DT|date:"d.m.y" }}
diff --git a/templates/blocks/profile/b_subscribe_variants.html b/templates/blocks/profile/b_subscribe_variants.html index 0d78d27..e45498a 100644 --- a/templates/blocks/profile/b_subscribe_variants.html +++ b/templates/blocks/profile/b_subscribe_variants.html @@ -55,6 +55,8 @@
+
*{% translate "для отмены подписки создайте запрос в техподдерже" %}
+
{% endfor %}