diff options
-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 %} |