diff options
author | raylu <raylu@cmu.edu> | 2011-05-13 02:39:48 -0400 |
---|---|---|
committer | raylu <raylu@cmu.edu> | 2011-05-13 02:39:48 -0400 |
commit | 3df8951964442e52f5445d9f51bc2d53764e3c4f (patch) | |
tree | 213242f47cf504651ebaba78362f413f8908695d | |
parent | 9d2899d65c84b1582be5582e2819e4510499a24e (diff) | |
download | pyc-3df8951964442e52f5445d9f51bc2d53764e3c4f.tar.xz |
Add a little description on the homepage
-rw-r--r-- | pyc/templates/index.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/pyc/templates/index.html b/pyc/templates/index.html index ba860f2..f2372ea 100644 --- a/pyc/templates/index.html +++ b/pyc/templates/index.html @@ -8,6 +8,16 @@ Labs: </ol> <p> +pyc is a way to learn Python through competition. +<br /> +Every week, an assignment is given out. +<br /> +Submit your code online and be automatically graded and ranked. +<br /> +If you are interested, please contact raylu. +</p> + +<p> {% if authenticated %} <a href="{% url django.contrib.auth.views.logout %}">Logout</a> {% else %} |