mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-04 17:19:47 -04:00
Add site origin to demo requests admin page
This commit is contained in:
parent
b8dd0f0a45
commit
bc928253a5
1 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,7 @@ block content
|
|||
th.number NCES School Students
|
||||
th.number School Students
|
||||
th.number Teacher Students
|
||||
th Site Origin
|
||||
tbody
|
||||
each trialRequest in view.trialRequests.models
|
||||
if trialRequest.get('type') !== 'course'
|
||||
|
@ -50,3 +51,4 @@ block content
|
|||
td= trialRequest.get('properties').nces_students || ''
|
||||
td= trialRequest.get('properties').numStudentsTotal || ''
|
||||
td= trialRequest.get('properties').numStudents || ''
|
||||
td= trialRequest.get('properties').siteOrigin
|
||||
|
|
Loading…
Add table
Reference in a new issue