diff options
author | raylu <raylu@cmu.edu> | 2011-05-13 17:21:34 -0400 |
---|---|---|
committer | raylu <raylu@cmu.edu> | 2011-05-13 17:21:34 -0400 |
commit | 74749354f5801e61a10605324e9eb204afa2cc55 (patch) | |
tree | aa228a45aacc96e1094d71296a681bc5ec61019f | |
parent | f027fc32c25ee31389e86abd10910fc89baf1eec (diff) | |
download | pyc-74749354f5801e61a10605324e9eb204afa2cc55.tar.xz |
Explain which scores are shown
-rw-r--r-- | pyc/templates/lab.html | 4 |
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 %} |