From 88e85d039566cdafb8697f83570e25275a3a91d1 Mon Sep 17 00:00:00 2001 From: SBD Date: Sun, 10 Dec 2023 17:31:18 +0300 Subject: [PATCH] 0.0.117 --- templates/blocks/b_examples_project.html | 8 -------- templates/pages/content/c_blocks_constructor.html | 2 -- 2 files changed, 10 deletions(-) delete mode 100644 templates/blocks/b_examples_project.html diff --git a/templates/blocks/b_examples_project.html b/templates/blocks/b_examples_project.html deleted file mode 100644 index db23003..0000000 --- a/templates/blocks/b_examples_project.html +++ /dev/null @@ -1,8 +0,0 @@ -{% load static %} -
-
-
- -
-
-
\ No newline at end of file diff --git a/templates/pages/content/c_blocks_constructor.html b/templates/pages/content/c_blocks_constructor.html index bf803c5..92eb247 100644 --- a/templates/pages/content/c_blocks_constructor.html +++ b/templates/pages/content/c_blocks_constructor.html @@ -28,5 +28,3 @@ {% include 'blocks/b_projects.html' %} {% endif %} {% endfor %} - -{% include "blocks/b_examples_project.html" %} \ No newline at end of file