summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorraylu <raylu@cmu.edu>2011-05-13 17:21:34 -0400
committerraylu <raylu@cmu.edu>2011-05-13 17:21:34 -0400
commit74749354f5801e61a10605324e9eb204afa2cc55 (patch)
treeaa228a45aacc96e1094d71296a681bc5ec61019f
parentf027fc32c25ee31389e86abd10910fc89baf1eec (diff)
downloadpyc-74749354f5801e61a10605324e9eb204afa2cc55.tar.xz
Explain which scores are shown
-rw-r--r--pyc/templates/lab.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/pyc/templates/lab.html b/pyc/templates/lab.html
index aefbd00..090b2ef 100644
--- a/pyc/templates/lab.html
+++ b/pyc/templates/lab.html
@@ -20,6 +20,10 @@ Lab {{ lab.id }} due {{ lab.due }} at 11:59:59 PDT (UTC-7):
</table>
<p>
+Users' highest scores and earliest time with that score are displayed.
+</p>
+
+<p>
<a href="/submit/{{ lab.id }}/">Submit</a> your solution
</p>
{% endblock %}