summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/student.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/student.html b/templates/student.html
index 6f48867..d06de4b 100644
--- a/templates/student.html
+++ b/templates/student.html
@@ -117,6 +117,9 @@
</div>
<div class="need-connection">
<div class="reading-width">
+ <p>
+ Course selections are <span style="font-weight: bold;" id="stateindicator">disabled</span>.
+ </p>
<table class="table-of-courses">
<thead>
<tr>
@@ -162,7 +165,8 @@
<td class="th-like" colspan="7">
<div class="flex-justify">
<div class="left">
- Course selections are <span id="stateindicator">disabled</span>
+ Sport: <span id="Sport-chosen">0</span>/<span id="Sport-required">{{ .Required.Sport }}</span>,
+ Non-sport: <span id="Non-sport-chosen">0</span>/<span id="Non-sport-required">{{ .Required.NonSport }}</span>
</div>
<div class="right">
<button id="confirmbutton" class="btn-primary btn" disabled>Confirm</button>