Skip to content

Commit ab8addb

Browse files
committed
fixup! feat: New User Agreements API
1 parent 0f7c73c commit ab8addb

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

cms/envs/common.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -787,6 +787,9 @@ def make_lms_template_path(settings):
787787

788788
'common.djangoapps.xblock_django',
789789

790+
# Agreements
791+
'openedx.core.djangoapps.agreements',
792+
790793
# Catalog integration
791794
'openedx.core.djangoapps.catalog',
792795

openedx/core/djangoapps/agreements/migrations/0007_historicaluseragreement_useragreement_and_more.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class Migration(migrations.Migration):
2121
(
2222
"name",
2323
models.CharField(
24-
help_text="Human-readable name for the agreement type. Will be displayed to users in alert to accept the agreement.",
24+
help_text="Human-readable name for the agreement type. Will be displayed to users in an alert to accept/reject the agreement.",
2525
max_length=255,
2626
),
2727
),
@@ -86,7 +86,7 @@ class Migration(migrations.Migration):
8686
(
8787
"name",
8888
models.CharField(
89-
help_text="Human-readable name for the agreement type. Will be displayed to users in alert to accept the agreement.",
89+
help_text="Human-readable name for the agreement type. Will be displayed to users in an alert to accept/reject the agreement.",
9090
max_length=255,
9191
),
9292
),

0 commit comments

Comments
 (0)