From f8f7021198756a66122baf15c4083e0a42f4bfd5 Mon Sep 17 00:00:00 2001 From: Konstantin Date: Thu, 13 Feb 2025 10:39:17 +0100 Subject: [PATCH] add newsletter anchor --- .idea/iamkonstantin-web.iml | 2 +- .idea/misc.xml | 2 +- .tool-versions | 1 + home/templates/home/home_page.html | 4 +++- 4 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 .tool-versions diff --git a/.idea/iamkonstantin-web.iml b/.idea/iamkonstantin-web.iml index 79d7ae9..2d23290 100644 --- a/.idea/iamkonstantin-web.iml +++ b/.idea/iamkonstantin-web.iml @@ -17,7 +17,7 @@ - + diff --git a/.idea/misc.xml b/.idea/misc.xml index 6de942c..2a30ec5 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -3,5 +3,5 @@ - + \ No newline at end of file diff --git a/.tool-versions b/.tool-versions new file mode 100644 index 0000000..ecefe3a --- /dev/null +++ b/.tool-versions @@ -0,0 +1 @@ +python 3.12.8 diff --git a/home/templates/home/home_page.html b/home/templates/home/home_page.html index 8259f41..7682e19 100644 --- a/home/templates/home/home_page.html +++ b/home/templates/home/home_page.html @@ -82,7 +82,9 @@ -
+
+

Newsletter

{% include 'newsletter/snippets/signup_form.html' %}
+ {% endblock content %} \ No newline at end of file