Commit 2c9f1807 by Rocky Duan

fixed profiled user id (toggle moderator status)

parent a7951f01
......@@ -36,6 +36,6 @@
</section>
<script type="text/javascript">
var $$profiled_user_id = "${user.id | escapejs}";
var $$profiled_user_id = "${django_user.id | escapejs}";
var $$course_id = "${course.id | escapejs}";
</script>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment