mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-25 09:22:21 +00:00
Initial pass at soop-consult confirmation screen for RAs
This commit is contained in:
@@ -206,6 +206,7 @@ class CreateRiskAssessment(FormPage):
|
||||
'special_structures': (regions.RadioSelect, (By.ID, 'id_special_structures')),
|
||||
'persons_responsible_structures': (regions.TextBox, (By.ID, 'id_persons_responsible_structures')),
|
||||
'suspended_structures': (regions.RadioSelect, (By.ID, 'id_suspended_structures')),
|
||||
'supervisor_consulted': (regions.CheckBox, (By.ID, 'id_supervisor_consulted')),
|
||||
}
|
||||
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user