summaryrefslogtreecommitdiff
path: root/endpoint_export.go
diff options
context:
space:
mode:
Diffstat (limited to 'endpoint_export.go')
-rw-r--r--endpoint_export.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/endpoint_export.go b/endpoint_export.go
index 3f55a00..cf824bb 100644
--- a/endpoint_export.go
+++ b/endpoint_export.go
@@ -152,6 +152,8 @@ func handleExport(w http.ResponseWriter, req *http.Request) {
currentDepartment,
course.Title,
course.Group,
+ course.SectionID,
+ course.CourseID,
},
)
}
@@ -165,6 +167,8 @@ func handleExport(w http.ResponseWriter, req *http.Request) {
"Grade/Year",
"Group/Activity",
"Container",
+ "Section ID",
+ "Course ID",
})
if err != nil {
wstr(