diff --git a/apps/course/templates/course/course.html b/apps/course/templates/course/course.html
index f3069394..5224c601 100644
--- a/apps/course/templates/course/course.html
+++ b/apps/course/templates/course/course.html
@@ -437,7 +437,7 @@
Только зарегистрированные пользователи могут оставлять комментарии.
{% endif %}
- {% include "./blocks/comments.html" with object=course %}
+ {% include "templates/blocks/comments.html" with object=course %}
diff --git a/apps/course/templates/course/course_only_lessons.html b/apps/course/templates/course/course_only_lessons.html
index 342b03ca..bd14f9d8 100644
--- a/apps/course/templates/course/course_only_lessons.html
+++ b/apps/course/templates/course/course_only_lessons.html
@@ -242,7 +242,7 @@
Только зарегистрированные пользователи могут оставлять комментарии.
{% endif %}
- {% include "./blocks/comments.html" with object=course %}
+ {% include "templates/blocks/comments.html" with object=course %}
diff --git a/apps/course/templates/course/courses.html b/apps/course/templates/course/courses.html
index cd476226..44ee9436 100644
--- a/apps/course/templates/course/courses.html
+++ b/apps/course/templates/course/courses.html
@@ -45,5 +45,5 @@
- {% include "course/blocks/game.html" %}
-{% endblock content %}
\ No newline at end of file
+ {% include "templates/blocks/game.html" %}
+{% endblock content %}
diff --git a/apps/course/templates/course/lesson.html b/apps/course/templates/course/lesson.html
index 9150710d..64d4abf1 100644
--- a/apps/course/templates/course/lesson.html
+++ b/apps/course/templates/course/lesson.html
@@ -46,7 +46,7 @@
{% with template="course/content/"|add:content.ctype|add:".html" %}
{% include template %}
{% endwith %}
-
+
{% endfor %}
{% comment %}
@@ -118,7 +118,7 @@
Только зарегистрированные пользователи могут оставлять комментарии.
{% endif %}
- {% include "./blocks/comments.html" with object=lesson %}
+ {% include "templates/blocks/comments.html" with object=lesson %}
diff --git a/apps/course/templates/course/result.html b/apps/course/templates/course/result.html
index ed95d042..fbbaf85a 100644
--- a/apps/course/templates/course/result.html
+++ b/apps/course/templates/course/result.html
@@ -35,5 +35,5 @@
-{% include "course/blocks/game.html" %}
+{% include "templates/blocks/game.html" %}
{% endblock content %}
diff --git a/apps/course/templates/course/blocks/comment.html b/project/templates/blocks/comment.html
similarity index 100%
rename from apps/course/templates/course/blocks/comment.html
rename to project/templates/blocks/comment.html
diff --git a/apps/course/templates/course/blocks/comments.html b/project/templates/blocks/comments.html
similarity index 100%
rename from apps/course/templates/course/blocks/comments.html
rename to project/templates/blocks/comments.html
diff --git a/apps/course/templates/course/blocks/game.html b/project/templates/blocks/game.html
similarity index 100%
rename from apps/course/templates/course/blocks/game.html
rename to project/templates/blocks/game.html
diff --git a/project/templates/blocks/partners.html b/project/templates/blocks/partners.html
new file mode 100644
index 00000000..f724889b
--- /dev/null
+++ b/project/templates/blocks/partners.html
@@ -0,0 +1,28 @@
+{% load static %}
+
diff --git a/project/templates/lilcity/main.html b/project/templates/lilcity/main.html
index 6fc3a9ea..d41a6988 100644
--- a/project/templates/lilcity/main.html
+++ b/project/templates/lilcity/main.html
@@ -351,43 +351,6 @@
{% endif %}
-
-
-
-
LILCITY
-
Приложения, развивающие игры и интерактивные книги от Lil City.
-
УЗНАТЬ БОЛЬШЕ
-
-
-
-

-
-
-
+{% include "templates/blocks/game.html" %}
+{% include "templates/blocks/partners.html" %}
{% endblock content %}