Skip to content

Commit f5a6c8c

Browse files
Added H11 in wing list validation
1 parent 401d4a5 commit f5a6c8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def get_choices_with_blank_dash(choices):
168168
['qip', 'QIP'],
169169
]
170170

171-
HOSTELS_WITH_WINGS = ['10', '12', '13', '14', '15', '16']
171+
HOSTELS_WITH_WINGS = ['10', '11', '12', '13', '14', '15', '16']
172172

173173
ROOM_VALIDATION_REGEX = re.compile(r'[A-Z]-\d+')
174174

0 commit comments

Comments
 (0)