- Create your course here -
+diff --git a/src/main/resources/static/css/style.css b/src/main/resources/static/css/style.css index a0338e8..ee7e261 100644 --- a/src/main/resources/static/css/style.css +++ b/src/main/resources/static/css/style.css @@ -43,4 +43,10 @@ table, th, td { .page_row { width: 100%; + margin-top: 10px; + margin-bottom: 10px; +} + +label { + font-weight: bold; } \ No newline at end of file diff --git a/src/main/resources/templates/courses/create.html b/src/main/resources/templates/courses/create.html index 4751be5..425655a 100644 --- a/src/main/resources/templates/courses/create.html +++ b/src/main/resources/templates/courses/create.html @@ -6,23 +6,33 @@
- Create your course here -
+- Please select a CSV file to import. + Use this form to import student data from a CSV which has been generated by a Google form. As of right now, the column headers are hard-coded, but in the future it will be possible to dynamically import data from any CSV file by custom header format definitions.