Skip to content

Commit

Permalink
Merge pull request #102 from akroon3r/sprint_4_fix_manage_bootstrap_data
Browse files Browse the repository at this point in the history
Fix Bootstrap Data for Consistency
  • Loading branch information
sjrumsby authored Jan 17, 2019
2 parents 46b1a95 + 2850ffb commit afdfe58
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions api/manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ def run(self):
)

exam_type_six = bookings.ExamType(
exam_type_name="IPSE - 3HR Group Exam",
exam_type_name="IPSE - 4HR Group Exam",
exam_color="#FFD701",
number_of_hours=4,
method_type="Written",
Expand All @@ -535,7 +535,7 @@ def run(self):
)

exam_type_seven = bookings.ExamType(
exam_type_name="IPSE - 3HR Single Exam",
exam_type_name="IPSE - 4HR Single Exam",
exam_color="#FFD701",
number_of_hours=4,
method_type="Written",
Expand All @@ -544,7 +544,7 @@ def run(self):
)

exam_type_eight = bookings.ExamType(
exam_type_name="IPSE - 3HR Single Exam - Own Reader",
exam_type_name="IPSE - 4HR Single Exam - Own Reader",
exam_color="#FFD701",
number_of_hours=4,
method_type="Written",
Expand All @@ -553,7 +553,7 @@ def run(self):
)

exam_type_nine = bookings.ExamType(
exam_type_name="IPSE - 3HR Single Exam - SBC Reader",
exam_type_name="IPSE - 4HR Single Exam - SBC Reader",
exam_color="#FFD701",
number_of_hours=4,
method_type="Written",
Expand All @@ -562,7 +562,7 @@ def run(self):
)

exam_type_ten = bookings.ExamType(
exam_type_name="IPSE - 3HR Single Exam - Time Extension",
exam_type_name="IPSE - 4HR Single Exam - Time Extension",
exam_color="#FFD701",
number_of_hours=4,
method_type="Written",
Expand Down

0 comments on commit afdfe58

Please sign in to comment.