Skip to content

Commit

Permalink
chore: update idv signal url (#222)
Browse files Browse the repository at this point in the history
- this will match the reverse url in apps.py with edx-platform
  • Loading branch information
ilee2u committed Sep 13, 2024
1 parent af8884a commit 467e22e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion edx_name_affirmation/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Django app housing name affirmation logic.
"""

__version__ = '2.4.0'
__version__ = '2.4.1'
2 changes: 1 addition & 1 deletion edx_name_affirmation/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class EdxNameAffirmationConfig(AppConfig):
'receivers': [
{
'receiver_func_name': 'idv_attempt_handler',
'signal_path': 'lms.djangoapps.verify_student.signals.idv_update_signal',
'signal_path': 'lms.djangoapps.verify_student.signals.signals.idv_update_signal',
},
{
'receiver_func_name': 'idv_delete_handler',
Expand Down

0 comments on commit 467e22e

Please sign in to comment.