From a48777343c99cabbd874ff019a17c97e3b251b10 Mon Sep 17 00:00:00 2001 From: borissedw Date: Wed, 30 Aug 2023 16:30:22 +0300 Subject: [PATCH] 0.0.213 --- static/css/styles(boris).css | 2 ++ .../blocks/profile/b_subscribe_variants.html | 16 ++++++++-------- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/static/css/styles(boris).css b/static/css/styles(boris).css index 6b57861..bc394f7 100644 --- a/static/css/styles(boris).css +++ b/static/css/styles(boris).css @@ -1216,6 +1216,7 @@ margin-left: 2%; margin-bottom: 5%; height: 100%; + overflow-wrap: break-word; } .container_subscribe.light{ @@ -1228,6 +1229,7 @@ .container_subscribe.light .first-decr-subscribe{ color: #000000; + } .first-decr-subscribe{ diff --git a/templates/blocks/profile/b_subscribe_variants.html b/templates/blocks/profile/b_subscribe_variants.html index 7aedb33..98a38da 100644 --- a/templates/blocks/profile/b_subscribe_variants.html +++ b/templates/blocks/profile/b_subscribe_variants.html @@ -18,29 +18,29 @@
{% for subscribe in subscribes %} -
+
-
+
{{ subscribe.name }}
- {{ subscribe.price }} + {{ subscribe.price|floatformat }}
-
+
Период: {{ subscribe.period_name }}
-
+
Опции:
    {% for opt in subscribe.options.all %} -
  • {{ opt.name }}
  • +
  • {{ opt.name }}
  • {% endfor %} - {% for opt_dis in subscribe.options.disabled_options %} -
  • {{ opt.name }}
  • + {% for opt_dis in subscribe.disabled_options %} +
  • {{ opt_dis.name }}
  • {% endfor %}