From 73888ec8641c3d64043502e51263a981faa09b23 Mon Sep 17 00:00:00 2001 From: borissedw Date: Wed, 30 Aug 2023 13:45:56 +0300 Subject: [PATCH] 0.0.206 --- templates/blocks/profile/b_subscribe_current.html | 1 + .../profile/{b_subscribe.html => b_subscribe_variants.html} | 0 2 files changed, 1 insertion(+) create mode 100644 templates/blocks/profile/b_subscribe_current.html rename templates/blocks/profile/{b_subscribe.html => b_subscribe_variants.html} (100%) diff --git a/templates/blocks/profile/b_subscribe_current.html b/templates/blocks/profile/b_subscribe_current.html new file mode 100644 index 0000000..b0797a4 --- /dev/null +++ b/templates/blocks/profile/b_subscribe_current.html @@ -0,0 +1 @@ +{% load static %} \ No newline at end of file diff --git a/templates/blocks/profile/b_subscribe.html b/templates/blocks/profile/b_subscribe_variants.html similarity index 100% rename from templates/blocks/profile/b_subscribe.html rename to templates/blocks/profile/b_subscribe_variants.html