Skip to content

Commit

Permalink
role_requested is not a signal
Browse files Browse the repository at this point in the history
  • Loading branch information
smirolo committed Jun 17, 2019
1 parent 719d0b3 commit bc4e66f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion djaoapp/views/custom_themes.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def get_context_data(self, **kwargs):
'descr': _("This notification is sent to profile managers"\
" of a domain when a user has registered.")
},
'role_requested': {
'role_request_created': {
'title': _("Role requested"),
'descr': _("This notification is sent to profile managers"\
" of an organization when a user has requested a role on that organization.")
Expand Down

0 comments on commit bc4e66f

Please sign in to comment.