Skip to content

Commit

Permalink
rename as consent_definition
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvw committed Jan 6, 2024
1 parent b6fe35d commit 84c746d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions adverse_event_app/consents.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
from dateutil.relativedelta import relativedelta
from django.conf import settings
from edc_consent.consent import Consent
from edc_consent.consent_definition import ConsentDefinition
from edc_consent.site_consents import site_consents
from edc_constants.constants import FEMALE, MALE
from edc_utils import get_utcnow

v1 = Consent(
v1 = ConsentDefinition(
"adverse_event_app.subjectconsent",
version="1",
start=getattr(
Expand Down

0 comments on commit 84c746d

Please sign in to comment.