- Consent giving UI introduced
- Possibility to view the document version the consent is given to - Blocking functionality is no valid consent
This commit is contained in:
@@ -231,6 +231,3 @@ class EditConsentVersionForm(FlaskForm):
|
||||
consent_valid_from = DateField('Consent Valid From', id='form-control datepicker', validators=[DataRequired()])
|
||||
consent_valid_to = DateField('Consent Valid To', id='form-control datepicker', validators=[Optional()])
|
||||
|
||||
|
||||
class TenantConsentForm(FlaskForm):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user