feat: color for wit in the schedule editor (#6930)
This commit is contained in:
parent
06f496ca6c
commit
473b84ef90
|
@ -970,6 +970,7 @@ def edit_meeting_schedule(request, num=None, owner=None, name=None):
|
||||||
'rtg' : { 'dark' : (222, 219, 124) , 'light' : (247, 247, 233) },
|
'rtg' : { 'dark' : (222, 219, 124) , 'light' : (247, 247, 233) },
|
||||||
'sec' : { 'dark' : (0, 114, 178) , 'light' : (245, 252, 248) },
|
'sec' : { 'dark' : (0, 114, 178) , 'light' : (245, 252, 248) },
|
||||||
'tsv' : { 'dark' : (117,201,119) , 'light' : (251, 252, 255) },
|
'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):
|
for i, p in enumerate(session_parents):
|
||||||
if p.acronym in liz_preferred_colors:
|
if p.acronym in liz_preferred_colors:
|
||||||
|
|
Loading…
Reference in a new issue