mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-20 06:52:15 +00:00
Start RA 'mark review' feature
This commit is contained in:
@@ -168,4 +168,4 @@ class EventRiskAssessmentForm(forms.ModelForm):
|
||||
class Meta:
|
||||
model = models.RiskAssessment
|
||||
fields = '__all__'
|
||||
exclude = []
|
||||
exclude = ['reviewed_at', 'reviewed_by']
|
||||
|
||||
Reference in New Issue
Block a user