Do not require supervisor consultation for big power

Only requires power tech
This commit is contained in:
2022-02-16 13:14:25 +00:00
parent e4cfaba57d
commit 14d3522b81
4 changed files with 17 additions and 10 deletions

View File

@@ -153,6 +153,10 @@ class EventAuthorisationRequestForm(forms.Form):
class EventRiskAssessmentForm(forms.ModelForm):
related_models = {
'power_mic': models.Profile,
}
def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)
for name, field in self.fields.items():