From bab841b7c03f45b91ee4bd9229898758e973807e Mon Sep 17 00:00:00 2001 From: Akshen Date: Tue, 1 Aug 2017 11:40:25 +0530 Subject: Adds Scheduled Workshop Template - Instructors can View All Scheduled Workshops from Proposed Table - Changes username to fullname while sending mails of workshop - Update of instructions-for-participants pdf in ISCP --- .../data/Basics_of_Python/Basics_of_Python.pdf | Bin 55260 -> 70333 bytes workshop_app/data/ISCP/Basics_of_Python.pdf | Bin 55260 -> 0 bytes .../data/ISCP/instructions-for-coordinators.pdf | Bin 0 -> 36506 bytes .../data/ISCP/instructions-for-participants.pdf | Bin 51627 -> 68177 bytes .../templates/workshop_app/create_workshop.html | 1 + .../templates/workshop_app/edit_profile.html | 1 + workshop_app/templates/workshop_app/manage.html | 1 + .../templates/workshop_app/my_workshops.html | 1 + .../templates/workshop_app/profile_updated.html | 1 + .../workshop_app/scheduled_workshops.html | 63 ++++++++++++++++++++ .../templates/workshop_app/view_profile.html | 1 + .../workshop_app/view_workshoptype_list.html | 1 + workshop_app/urls.py | 1 + workshop_app/views.py | 65 +++++++++++++-------- workshop_portal/settings.py | 4 +- 15 files changed, 115 insertions(+), 25 deletions(-) delete mode 100644 workshop_app/data/ISCP/Basics_of_Python.pdf create mode 100644 workshop_app/data/ISCP/instructions-for-coordinators.pdf create mode 100644 workshop_app/templates/workshop_app/scheduled_workshops.html diff --git a/workshop_app/data/Basics_of_Python/Basics_of_Python.pdf b/workshop_app/data/Basics_of_Python/Basics_of_Python.pdf index 00401d0..cd3e74c 100644 Binary files a/workshop_app/data/Basics_of_Python/Basics_of_Python.pdf and b/workshop_app/data/Basics_of_Python/Basics_of_Python.pdf differ diff --git a/workshop_app/data/ISCP/Basics_of_Python.pdf b/workshop_app/data/ISCP/Basics_of_Python.pdf deleted file mode 100644 index 00401d0..0000000 Binary files a/workshop_app/data/ISCP/Basics_of_Python.pdf and /dev/null differ diff --git a/workshop_app/data/ISCP/instructions-for-coordinators.pdf b/workshop_app/data/ISCP/instructions-for-coordinators.pdf new file mode 100644 index 0000000..7601616 Binary files /dev/null and b/workshop_app/data/ISCP/instructions-for-coordinators.pdf differ diff --git a/workshop_app/data/ISCP/instructions-for-participants.pdf b/workshop_app/data/ISCP/instructions-for-participants.pdf index 93a3e5d..25a03a7 100644 Binary files a/workshop_app/data/ISCP/instructions-for-participants.pdf and b/workshop_app/data/ISCP/instructions-for-participants.pdf differ diff --git a/workshop_app/templates/workshop_app/create_workshop.html b/workshop_app/templates/workshop_app/create_workshop.html index 3631bda..685b8ad 100644 --- a/workshop_app/templates/workshop_app/create_workshop.html +++ b/workshop_app/templates/workshop_app/create_workshop.html @@ -21,6 +21,7 @@
  • Create Workshop
  • Workshop List
  • My Workshops
  • +
  • Scheduled Workshops
  • {% else %}