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 --- .../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 + 8 files changed, 70 insertions(+) create mode 100644 workshop_app/templates/workshop_app/scheduled_workshops.html (limited to 'workshop_app/templates') 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 @@