feat: color for wit in the schedule editor (#6930)

This commit is contained in:
Robert Sparks 2024-01-17 15:39:28 -06:00 committed by GitHub
parent 06f496ca6c
commit 473b84ef90
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -970,6 +970,7 @@ def edit_meeting_schedule(request, num=None, owner=None, name=None):
'rtg' : { 'dark' : (222, 219, 124) , 'light' : (247, 247, 233) },
'sec' : { 'dark' : (0, 114, 178) , 'light' : (245, 252, 248) },
'tsv' : { 'dark' : (117,201,119) , 'light' : (251, 252, 255) },
'wit' : { 'dark' : (117,201,119) , 'light' : (251, 252, 255) }, # intentionally the same as tsv
}
for i, p in enumerate(session_parents):
if p.acronym in liz_preferred_colors: