From e1b1e0b8e760cef7f47a00c163aac615188702f5 Mon Sep 17 00:00:00 2001 From: Akshen Date: Wed, 17 Jan 2018 12:33:23 +0530 Subject: Add Instructions for Open Online Courses - Removes ChatBot - Adds Banner for Open Online Courses - Adds template for Instructions(POOCs) --- workshop_app/templates/workshop_app/index.html | 119 ++------------------- .../templates/workshop_app/self_workshop.html | 102 ++++++++++++++++++ workshop_app/templates/workshop_app/view_faq.html | 2 +- 3 files changed, 111 insertions(+), 112 deletions(-) create mode 100644 workshop_app/templates/workshop_app/self_workshop.html (limited to 'workshop_app/templates') diff --git a/workshop_app/templates/workshop_app/index.html b/workshop_app/templates/workshop_app/index.html index f00b47f..2bcc71b 100644 --- a/workshop_app/templates/workshop_app/index.html +++ b/workshop_app/templates/workshop_app/index.html @@ -10,19 +10,6 @@ Welcome - - @@ -44,25 +31,22 @@ - - - - - -
- +
+
+
+ +
+
+
+
@@ -128,19 +112,6 @@
- -
Talk to ChatBot
-
X


-
    -
-
- - - - -
-
-
@@ -193,80 +164,6 @@ - - diff --git a/workshop_app/templates/workshop_app/self_workshop.html b/workshop_app/templates/workshop_app/self_workshop.html new file mode 100644 index 0000000..b472252 --- /dev/null +++ b/workshop_app/templates/workshop_app/self_workshop.html @@ -0,0 +1,102 @@ +{% extends 'workshop_app/base.html' %} + +{% block title %} + Python Online Courses +{% endblock %} + +{% block extra %} + +{% endblock %} +{% block header %} + +{% endblock %} + +{% block content %} +
+ +
+{% endblock %} diff --git a/workshop_app/templates/workshop_app/view_faq.html b/workshop_app/templates/workshop_app/view_faq.html index 49eaf3b..f07a3e6 100644 --- a/workshop_app/templates/workshop_app/view_faq.html +++ b/workshop_app/templates/workshop_app/view_faq.html @@ -89,7 +89,7 @@ -- cgit