You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resolved a naming conflict between the builtin messages framework and a variable named messages in wgcharter.views.change_state. Fixes issue ietf-tools#901.
state_pk("infrev"): 'The WG "%s" (%s) has been set to Informal IESG review by %s.'% (wg.name, wg.acronym, login.plain_name()),
182
183
state_pk("intrev"): 'The WG "%s" (%s) has been set to Internal review by %s.\nPlease place it on the next IESG telechat and inform the IAB.'% (wg.name, wg.acronym, login.plain_name()),
183
184
state_pk("extrev"): 'The WG "%s" (%s) has been set to External review by %s.\nPlease send out the external review announcement to the appropriate lists.\n\nSend the announcement to other SDOs: Yes\nAdditional recipients of the announcement: '% (wg.name, wg.acronym, login.plain_name()),
0 commit comments