From f38656bc79481a39b5908f79be9fc8e854ede7cb Mon Sep 17 00:00:00 2001
From: Akshen
Date: Mon, 17 Apr 2017 14:27:36 +0530
Subject: Separate View for Accepted, Pending and Reject/Delete Created
ToDo queuing for Booking on coordinator side
---
static/recurrence/js/recurrence-widget.js | 2 +-
workshop_app/templates/workshop_app/manage.html | 14 ++-
.../templates/workshop_app/my_workshops.html | 118 ++++++++++++++++++---
workshop_app/views.py | 60 ++++++-----
4 files changed, 150 insertions(+), 44 deletions(-)
diff --git a/static/recurrence/js/recurrence-widget.js b/static/recurrence/js/recurrence-widget.js
index f63e3b7..caceae6 100644
--- a/static/recurrence/js/recurrence-widget.js
+++ b/static/recurrence/js/recurrence-widget.js
@@ -1788,7 +1788,7 @@ recurrence.display.labels = {
'repeat_until': gettext('Repeat until'),
'exclude_occurrences': gettext('Exclude these occurences'),
'exclude_date': gettext('Exclude this date'),
- 'add_rule': gettext('Add rule'),
+ 'add_rule': gettext('Add recurrence'),
'add_date': gettext('Add date'),
'remove': gettext('Remove'),
'calendar': gettext('Calendar')
diff --git a/workshop_app/templates/workshop_app/manage.html b/workshop_app/templates/workshop_app/manage.html
index 235f985..302f715 100644
--- a/workshop_app/templates/workshop_app/manage.html
+++ b/workshop_app/templates/workshop_app/manage.html
@@ -23,8 +23,18 @@
-
+
+
+
-
+
+