From e9a26db2554a68a5400174791e7f3a559c0e8bae Mon Sep 17 00:00:00 2001 From: SDE Date: Sun, 11 Feb 2024 21:21:03 +0300 Subject: [PATCH] 0.4.67 connect ya counter --- GeneralApp/models.py | 1 + templates/promo/i_counters.html | 17 +++++++++++++++++ templates/tb_base.html | 1 + 3 files changed, 19 insertions(+) create mode 100644 templates/promo/i_counters.html diff --git a/GeneralApp/models.py b/GeneralApp/models.py index 01eb505..a74ecb6 100644 --- a/GeneralApp/models.py +++ b/GeneralApp/models.py @@ -138,6 +138,7 @@ class Option(BaseModel): verbose_name = _('Параметр') verbose_name_plural = _('Параметры') + class FAQitem(BaseModel): content_type = models.ForeignKey(ContentType, on_delete=models.SET_NULL, null=True) diff --git a/templates/promo/i_counters.html b/templates/promo/i_counters.html new file mode 100644 index 0000000..4b0f9f7 --- /dev/null +++ b/templates/promo/i_counters.html @@ -0,0 +1,17 @@ + + + + \ No newline at end of file diff --git a/templates/tb_base.html b/templates/tb_base.html index 615aa33..0c1dac9 100644 --- a/templates/tb_base.html +++ b/templates/tb_base.html @@ -36,5 +36,6 @@ {% include 'blocks/b_footer.html' %} + {% include 'promo/i_counters.html' %} \ No newline at end of file