Merge pull request #11967 from edx/sstudent/fix-typo
fixing typo in template
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"${ user.id | n, js_escaped_string }",
|
||||
{
|
||||
email: "${ user.email | n, js_escaped_string }",
|
||||
username: "${ ser.username | n, js_escaped_string }"
|
||||
username: "${ user.username | n, js_escaped_string }"
|
||||
},
|
||||
{
|
||||
integrations: {
|
||||
|
||||
Reference in New Issue
Block a user