Skip to content

Commit 6baf067

Browse files
Add option for external/other on registration list.
1 parent 3a4c7d9 commit 6baf067

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

accounts/lists.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
('4P', 'The 4 project Diploma in Software Development Course (4P)'),
4343
('FSBC', 'The 16 Week Full Stack Developer Bootcamp (BC)'),
4444
('DATABC', 'The 16 Week Data-Analytics Bootcamp (DBC)'),
45+
('external', 'Other/External'),
4546
)
4647

4748
TIMEZONE_CHOICES = [(tz, tz) for tz in pytz.all_timezones]

0 commit comments

Comments
 (0)