chore: Remove edge reference in notification
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<%! from django.utils.translation import gettext as _ %>
|
||||
${_("User '{user}' with e-mail {email} has requested {studio_name} course creator privileges on edge.").format(
|
||||
${_("User '{user}' with e-mail {email} has requested {studio_name} course creator privileges.").format(
|
||||
user=user_name, email=user_email, studio_name=settings.STUDIO_SHORT_NAME,
|
||||
)}
|
||||
${_("To grant or deny this request, use the course creator admin table.")}
|
||||
|
||||
Reference in New Issue
Block a user