From 126167db8a8206a69e7f44f51dd321e1a7bc0190 Mon Sep 17 00:00:00 2001 From: Sanasol Date: Tue, 20 Feb 2018 20:25:55 +0700 Subject: [PATCH] [LIL-279] layout profile school page --- apps/course/templates/course/school.html | 34 +++++++++ apps/user/templates/user/profile.html | 8 +++ web/src/sass/_common.sass | 92 +++++++++++++++++++++++- 3 files changed, 133 insertions(+), 1 deletion(-) create mode 100644 apps/course/templates/course/school.html diff --git a/apps/course/templates/course/school.html b/apps/course/templates/course/school.html new file mode 100644 index 00000000..e0eaecf7 --- /dev/null +++ b/apps/course/templates/course/school.html @@ -0,0 +1,34 @@ +
+
+
+
+
Январь
+
Осталось 14 дней
+
+ +
+
+
+ + +
+
+ {% for course in course_items %} +
+
Понедельник
+
Пластилиновая живопись.
+
+

Научимся смешивать цвета, получать красивые оттенки и создавать картины из пластилина разными техниками. Узнаем как хранить и ухаживать за такими работами.

+
+
+ {% endfor %} +
+
\ No newline at end of file diff --git a/apps/user/templates/user/profile.html b/apps/user/templates/user/profile.html index 9af22213..aeec9433 100644 --- a/apps/user/templates/user/profile.html +++ b/apps/user/templates/user/profile.html @@ -71,6 +71,7 @@ + {% comment %}