summaryrefslogtreecommitdiff
path: root/workshop_app/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'workshop_app/models.py')
-rw-r--r--workshop_app/models.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/workshop_app/models.py b/workshop_app/models.py
index 04c3227..680e075 100644
--- a/workshop_app/models.py
+++ b/workshop_app/models.py
@@ -205,7 +205,7 @@ class ProposeWorkshopDate(models.Model):
"""
condition_one = models.BooleanField(default=False, help_text='We assure to\
- give minimum 30 participants for the workshop.')
+ give minimum 25 participants for the workshop.')
condition_two = models.BooleanField(default=False, help_text='We agree \
that this booking won\'t be cancelled without \
2days of prior notice to the instructor and fossee.')
@@ -291,4 +291,4 @@ class ProfileComments(models.Model):
self.created_date,
self.coordinator_profile,
self.instructor_profile
- ) \ No newline at end of file
+ )